#EA206B

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

Shades of Ruby #EA206B

Tints of Ruby #EA206B

Color information

#EA206B (or 0xEA206B) is unknown color: approx Ruby. HEX triplet: EA, 20 and 6B. RGB value is (234,32,107). Sum of RGB (Red+Green+Blue) = 234+32+107=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA206B is #15DF94. Grayscale: #646464. Windows color (decimal): -1433493 or 7020778. OLE color: 7020778.

HSL color Cylindrical-coordinate representation of color #EA206B: hue angle of 337.72º 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 #EA206B is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB23432107-
CMYK00.860.540.08
HSL337.72º82.79%52.16%-
HSV(B)337.72º86.32%91.76%-
XYZ37.119.5915.74-
YUV100.95131.42222.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.73%
GREEN value IS 32 (12.89% from 255) = 8.58%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=62.73%
G=8.58%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343210700.860.540.08337.7282.7952.16
HexEA206B0563681525334
Octal352401530126661052212364
Binary1110101010000011010110101011011011010001010100101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA206B; }

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

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

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

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

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

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

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

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