Html Css Color HEX #E02161 Ruby

📋 copy color: '#E02161'

red 224 ◦ green 33 ◦ blue 97

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

Shades of Ruby #E02161

Tints of Ruby #E02161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 63.28%
G = 9.32%
B = 27.4%

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

#E02161 (or 0xE02161) is known color: Ruby. HEX triplet: E0, 21 and 61. RGB value is (224,33,97). Sum of RGB (Red+Green+Blue) = 224+33+97=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E02161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02161 is #1FDE9E. Grayscale: #616161. Windows color (decimal): -2088607 or 6365664. OLE color: 6365664.

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

Color convert

RGB 224 33 97 -
CMYK 0 0.85 0.57 0.12
HSL 339.9º 0.75% 0.5% -
HSV(B) 339.9º 0.85% 0.88% -
XYZ 33.44 17.8 12.98 -
YUV 97.41 127.78 218.3 -
System Red Green Blue C M Y K H S L
Decimal 224 33 97 0 0.85 0.57 0.12 339.9 0.75 0.5
Hex E0 21 61 0 55 39 C 154 4B 32
Octal 340 41 141 0 125 71 14 524 113 62
Binary 11100000 100001 1100001 0 1010101 111001 1100 101010100 1001011 110010

Color Harmonies of #E02161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02161

Black with #E02161

Text Example


Text Example

White with #E02161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02161; }

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

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

background-color css

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

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

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

border-color css

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

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

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