#EC4BA8

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

Shades of Brilliant Rose #EC4BA8

Tints of Brilliant Rose #EC4BA8

Color information

#EC4BA8 (or 0xEC4BA8) is unknown color: approx Brilliant Rose. HEX triplet: EC, 4B and A8. RGB value is (236,75,168). Sum of RGB (Red+Green+Blue) = 236+75+168=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA8 is #13B457. Grayscale: #858585. Windows color (decimal): -1291352 or 11029484. OLE color: 11029484.

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

Color convert

RGB23675168-
CMYK00.680.290.07
HSL325.34º80.9%60.98%-
HSV(B)325.34º68.22%92.55%-
XYZ44.1825.6939.68-
YUV133.74147.34200.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=49.27%
G=15.66%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367516800.680.290.07325.3480.960.98
HexEC4BA80441D7145513d
Octal354113250010435750512175
Binary1110110010010111010100001000100111011111010001011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4BA8; }

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

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

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

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

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

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

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

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