#EC4BA2

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

Shades of Brilliant Rose #EC4BA2

Tints of Brilliant Rose #EC4BA2

Color information

#EC4BA2 (or 0xEC4BA2) is unknown color: approx Brilliant Rose. HEX triplet: EC, 4B and A2. RGB value is (236,75,162). Sum of RGB (Red+Green+Blue) = 236+75+162=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA2 is #13B45D. Grayscale: #848484. Windows color (decimal): -1291358 or 10636268. OLE color: 10636268.

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

Color convert

RGB23675162-
CMYK00.680.310.07
HSL327.58º80.9%60.98%-
HSV(B)327.58º68.22%92.55%-
XYZ43.6325.4736.8-
YUV133.06144.34201.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 162 (63.67% from 255) = 34.25%
R=49.89%
G=15.86%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367516200.680.310.07327.5880.960.98
HexEC4BA20441F7148513d
Octal354113242010437751012175
Binary1110110010010111010001001000100111111111010010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4BA2; }

 p { color: rgb(236,75,162); }

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

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

 a { background-color: rgb(236,75,162); }

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

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

 span { border-color: rgb(236,75,162); }

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