#EC5AAC

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

Shades of Brilliant Rose #EC5AAC

Tints of Brilliant Rose #EC5AAC

Color information

#EC5AAC (or 0xEC5AAC) is unknown color: approx Brilliant Rose. HEX triplet: EC, 5A and AC. RGB value is (236,90,172). Sum of RGB (Red+Green+Blue) = 236+90+172=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AAC is #13A553. Grayscale: #8E8E8E. Windows color (decimal): -1287508 or 11295468. OLE color: 11295468.

HSL color Cylindrical-coordinate representation of color #EC5AAC: hue angle of 326.3º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AAC is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23690172-
CMYK00.620.270.07
HSL326.3º79.35%63.92%-
HSV(B)326.3º61.86%92.55%-
XYZ45.6928.1242.05-
YUV143144.37194.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.39%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=47.39%
G=18.07%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369017200.620.270.07326.379.3563.92
HexEC5AAC03E1B71464f40
Octal354132254076337506117100
Binary1110110010110101010110001111101101111110100011010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5AAC; }

 p { color: rgb(236,90,172); }

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

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

 a { background-color: rgb(236,90,172); }

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

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

 span { border-color: rgb(236,90,172); }

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