Html Css Color HEX #E82160 Ruby

📋 copy color: '#E82160'

red 232 ◦ green 33 ◦ blue 96

#E82160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #E82160

Tints of Ruby #E82160

RGB

 RED value IS 232 (91.02% from 255) = 64.27%

 GREEN value IS 33 (13.28% from 255) = 9.14%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 64.27%
G = 9.14%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E82160 (or 0xE82160) is known color: Ruby. HEX triplet: E8, 21 and 60. RGB value is (232,33,96). Sum of RGB (Red+Green+Blue) = 232+33+96=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E82160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82160 is #17DE9F. Grayscale: #636363. Windows color (decimal): -1564320 or 6300136. OLE color: 6300136.

HSL color Cylindrical-coordinate representation of color #E82160: hue angle of 341.01º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82160 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 33 96 -
CMYK 0 0.86 0.59 0.09
HSL 341.01º 0.81% 0.52% -
HSV(B) 341.01º 0.86% 0.91% -
XYZ 35.93 19.09 12.86 -
YUV 99.68 125.93 222.38 -
System Red Green Blue C M Y K H S L
Decimal 232 33 96 0 0.86 0.59 0.09 341.01 0.81 0.52
Hex E8 21 60 0 56 3B 9 155 51 34
Octal 350 41 140 0 126 73 11 525 121 64
Binary 11101000 100001 1100000 0 1010110 111011 1001 101010101 1010001 110100

Color Harmonies of #E82160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82160

Black with #E82160

Text Example


Text Example

White with #E82160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82160; }

 p { color: rgb(232,33,96); }

 H1.HeaderClassName
 {
   color: #E82160;
 }
 .AnyTagClassName
 {
   color: #E82160;
 }
</style>

background-color css

<style>
 a { background-color: #E82160; }

 a { background-color: rgb(232,33,96); }

 div.DivClassName
 {
   background-color: #E82160;
 }
 .BgClassName
 {
   background-color: #E82160;
 }
</style>

border-color css

<style>
 span { border-color: #E82160; }

 span { border-color: rgb(232,33,96); }

 td.TdClassName
 {
   border-color: #E82160;
 }
 .TagClassName
 {
   border-color: #E82160;
 }
</style>