#EC4CB2

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

Shades of Brilliant Rose #EC4CB2

Tints of Brilliant Rose #EC4CB2

Color information

#EC4CB2 (or 0xEC4CB2) is unknown color: approx Brilliant Rose. HEX triplet: EC, 4C and B2. RGB value is (236,76,178). Sum of RGB (Red+Green+Blue) = 236+76+178=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4CB2 is #13B34D. Grayscale: #878787. Windows color (decimal): -1291086 or 11685100. OLE color: 11685100.

HSL color Cylindrical-coordinate representation of color #EC4CB2: hue angle of 321.75º 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 #EC4CB2 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB23676178-
CMYK00.680.250.07
HSL321.75º80.81%61.18%-
HSV(B)321.75º67.8%92.55%-
XYZ45.2126.2244.8-
YUV135.47152.01199.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 76 (30.08% from 255) = 15.51%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=48.16%
G=15.51%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367617800.680.250.07321.7580.8161.18
HexEC4CB2044197142513d
Octal354114262010431750212175
Binary1110110010011001011001001000100110011111010000101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4CB2; }

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

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

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

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

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

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

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

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