#EC216A

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

Shades of Ruby #EC216A

Tints of Ruby #EC216A

Color information

#EC216A (or 0xEC216A) is unknown color: approx Ruby. HEX triplet: EC, 21 and 6A. RGB value is (236,33,106). Sum of RGB (Red+Green+Blue) = 236+33+106=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC216A is #13DE95. Grayscale: #656565. Windows color (decimal): -1302166 or 6955500. OLE color: 6955500.

HSL color Cylindrical-coordinate representation of color #EC216A: hue angle of 338.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC216A is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB23633106-
CMYK00.860.550.07
HSL338.42º84.23%52.75%-
HSV(B)338.42º86.02%92.55%-
XYZ37.7419.9615.5-
YUV102.02130.25223.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 62.93%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=62.93%
G=8.8%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363310600.860.550.07338.4284.2352.75
HexEC216A0563771525435
Octal35441152012667752212465
Binary111011001000011101010010101101101111111010100101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC216A; }

 p { color: rgb(236,33,106); }

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

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

 a { background-color: rgb(236,33,106); }

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

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

 span { border-color: rgb(236,33,106); }

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