#E02161

Color #E02161 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #E02161

Tints of Ruby #E02161

Color information

#E02161 (or 0xE02161) is unknown color: approx 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

RGB2243397-
CMYK00.850.570.12
HSL339.9º75.49%50.39%-
HSV(B)339.9º85.27%87.84%-
XYZ33.4417.812.98-
YUV97.4127.78218.3-

RGB Variations

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

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.40%
R=63.28%
G=9.32%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224339700.850.570.12339.975.4950.39
HexE0216105539C1544b32
Octal340411410125711452411362
Binary1110000010000111000010101010111100111001010101001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>