#EC4CB9

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

Shades of Brilliant Rose #EC4CB9

Tints of Brilliant Rose #EC4CB9

Color information

#EC4CB9 (or 0xEC4CB9) is unknown color: approx Brilliant Rose. HEX triplet: EC, 4C and B9. RGB value is (236,76,185). Sum of RGB (Red+Green+Blue) = 236+76+185=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC4CB9 is #13B346. Grayscale: #878787. Windows color (decimal): -1291079 or 12143852. OLE color: 12143852.

HSL color Cylindrical-coordinate representation of color #EC4CB9: hue angle of 319.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4CB9 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB23676185-
CMYK00.680.220.07
HSL319.12º80.81%61.18%-
HSV(B)319.12º67.8%92.55%-
XYZ45.9326.548.59-
YUV136.27155.51199.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.48%
GREEN value IS 76 (30.08% from 255) = 15.29%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=47.48%
G=15.29%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367618500.680.220.07319.1280.8161.18
HexEC4CB904416713f513d
Octal354114271010426747712175
Binary1110110010011001011100101000100101101111001111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4CB9; }

 p { color: rgb(236,76,185); }

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

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

 a { background-color: rgb(236,76,185); }

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

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

 span { border-color: rgb(236,76,185); }

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