#EC4DA8

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

Shades of Brilliant Rose #EC4DA8

Tints of Brilliant Rose #EC4DA8

Color information

#EC4DA8 (or 0xEC4DA8) is unknown color: approx Brilliant Rose. HEX triplet: EC, 4D and A8. RGB value is (236,77,168). Sum of RGB (Red+Green+Blue) = 236+77+168=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DA8 is #13B257. Grayscale: #868686. Windows color (decimal): -1290840 or 11029996. OLE color: 11029996.

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

Color convert

RGB23677168-
CMYK00.670.290.07
HSL325.66º80.71%61.37%-
HSV(B)325.66º67.37%92.55%-
XYZ44.3125.9739.72-
YUV134.92146.68200.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 77 (30.47% from 255) = 16.01%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=49.06%
G=16.01%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367716800.670.290.07325.6680.7161.37
HexEC4DA80431D7146513d
Octal354115250010335750612175
Binary1110110010011011010100001000011111011111010001101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4DA8; }

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

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

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

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

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

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

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

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