#EA206F

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

Shades of Ruby #EA206F

Tints of Ruby #EA206F

Color information

#EA206F (or 0xEA206F) is unknown color: approx Ruby. HEX triplet: EA, 20 and 6F. RGB value is (234,32,111). Sum of RGB (Red+Green+Blue) = 234+32+111=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA206F is #15DF90. Grayscale: #656565. Windows color (decimal): -1433489 or 7282922. OLE color: 7282922.

HSL color Cylindrical-coordinate representation of color #EA206F: hue angle of 336.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA206F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23432111-
CMYK00.860.530.08
HSL336.53º82.79%52.16%-
HSV(B)336.53º86.32%91.76%-
XYZ37.3219.6716.87-
YUV101.4133.42222.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=62.07%
G=8.49%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343211100.860.530.08336.5382.7952.16
HexEA206F0563581515334
Octal352401570126651052112364
Binary1110101010000011011110101011011010110001010100011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA206F; }

 p { color: rgb(234,32,111); }

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

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

 a { background-color: rgb(234,32,111); }

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

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

 span { border-color: rgb(234,32,111); }

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