#EC4DBA

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

Shades of Brilliant Rose #EC4DBA

Tints of Brilliant Rose #EC4DBA

Color information

#EC4DBA (or 0xEC4DBA) is unknown color: approx Brilliant Rose. HEX triplet: EC, 4D and BA. RGB value is (236,77,186). Sum of RGB (Red+Green+Blue) = 236+77+186=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4DBA is #13B245. Grayscale: #888888. Windows color (decimal): -1290822 or 12209644. OLE color: 12209644.

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

Color convert

RGB23677186-
CMYK00.670.210.07
HSL318.87º80.71%61.37%-
HSV(B)318.87º67.37%92.55%-
XYZ46.1126.6949.18-
YUV136.97155.68198.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 77 (30.47% from 255) = 15.43%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=47.29%
G=15.43%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367718600.670.210.07318.8780.7161.37
HexEC4DBA04315713f513d
Octal354115272010325747712175
Binary1110110010011011011101001000011101011111001111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4DBA; }

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

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

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

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

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

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

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

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