Html Css Color HEX #E02160 Ruby

📋 copy color: '#E02160'

red 224 ◦ green 33 ◦ blue 96

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

Shades of Ruby #E02160

Tints of Ruby #E02160

RGB

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

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

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

R = 63.46%
G = 9.35%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E02160 (or 0xE02160) is known color: Ruby. HEX triplet: E0, 21 and 60. RGB value is (224,33,96). Sum of RGB (Red+Green+Blue) = 224+33+96=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E02160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02160 is #1FDE9F. Grayscale: #616161. Windows color (decimal): -2088608 or 6300128. OLE color: 6300128.

HSL color Cylindrical-coordinate representation of color #E02160: hue angle of 340.21º 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 #E02160 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 96 -
CMYK 0 0.85 0.57 0.12
HSL 340.21º 0.75% 0.5% -
HSV(B) 340.21º 0.85% 0.88% -
XYZ 33.4 17.78 12.74 -
YUV 97.29 127.28 218.38 -
System Red Green Blue C M Y K H S L
Decimal 224 33 96 0 0.85 0.57 0.12 340.21 0.75 0.5
Hex E0 21 60 0 55 39 C 154 4B 32
Octal 340 41 140 0 125 71 14 524 113 62
Binary 11100000 100001 1100000 0 1010101 111001 1100 101010100 1001011 110010

Color Harmonies of #E02160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02160

Black with #E02160

Text Example


Text Example

White with #E02160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02160; }

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

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

background-color css

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

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

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

border-color css

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

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

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