Html Css Color HEX #E02162 Ruby

📋 copy color: '#E02162'

red 224 ◦ green 33 ◦ blue 98

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

Shades of Ruby #E02162

Tints of Ruby #E02162

RGB

 RED value IS 224 (87.89% from 255) = 63.1%

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 63.1%
G = 9.3%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E02162 (or 0xE02162) is known color: Ruby. HEX triplet: E0, 21 and 62. RGB value is (224,33,98). Sum of RGB (Red+Green+Blue) = 224+33+98=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E02162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02162 is #1FDE9D. Grayscale: #616161. Windows color (decimal): -2088606 or 6431200. OLE color: 6431200.

HSL color Cylindrical-coordinate representation of color #E02162: hue angle of 339.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02162 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 98 -
CMYK 0 0.85 0.56 0.12
HSL 339.58º 0.75% 0.5% -
HSV(B) 339.58º 0.85% 0.88% -
XYZ 33.49 17.82 13.23 -
YUV 97.52 128.28 218.21 -
System Red Green Blue C M Y K H S L
Decimal 224 33 98 0 0.85 0.56 0.12 339.58 0.75 0.5
Hex E0 21 62 0 55 38 C 154 4B 32
Octal 340 41 142 0 125 70 14 524 113 62
Binary 11100000 100001 1100010 0 1010101 111000 1100 101010100 1001011 110010

Color Harmonies of #E02162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02162

Black with #E02162

Text Example


Text Example

White with #E02162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02162; }

 p { color: rgb(224,33,98); }

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

background-color css

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

 a { background-color: rgb(224,33,98); }

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

border-color css

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

 span { border-color: rgb(224,33,98); }

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