#E0206E

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

Shades of Ruby #E0206E

Tints of Ruby #E0206E

Color information

#E0206E (or 0xE0206E) is unknown color: approx Ruby. HEX triplet: E0, 20 and 6E. RGB value is (224,32,110). Sum of RGB (Red+Green+Blue) = 224+32+110=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0206E is #1FDF91. Grayscale: #626262. Windows color (decimal): -2088850 or 7217376. OLE color: 7217376.

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

Color convert

RGB22432110-
CMYK00.860.510.12
HSL335.62º75.59%50.2%-
HSV(B)335.62º85.71%87.84%-
XYZ34.0718.0116.43-
YUV98.3134.61217.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.20%
GREEN value IS 32 (12.89% from 255) = 8.74%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=61.20%
G=8.74%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243211000.860.510.12335.6275.5950.2
HexE0206E05633C1504c32
Octal340401560126631452011462
Binary1110000010000011011100101011011001111001010100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0206E; }

 p { color: rgb(224,32,110); }

 H1.HeaderClassName
 {
   color: #E0206E;
 }
 .AnyTagClassName
 {
   color: #E0206E;
 }
</style>
background-color css

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

 a { background-color: rgb(224,32,110); }

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

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

 span { border-color: rgb(224,32,110); }

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