#EC57AA

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

Shades of Brilliant Rose #EC57AA

Tints of Brilliant Rose #EC57AA

Color information

#EC57AA (or 0xEC57AA) is unknown color: approx Brilliant Rose. HEX triplet: EC, 57 and AA. RGB value is (236,87,170). Sum of RGB (Red+Green+Blue) = 236+87+170=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC57AA is #13A855. Grayscale: #8C8C8C. Windows color (decimal): -1288278 or 11163628. OLE color: 11163628.

HSL color Cylindrical-coordinate representation of color #EC57AA: hue angle of 326.58º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57AA is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23687170-
CMYK00.630.280.07
HSL326.58º79.68%63.33%-
HSV(B)326.58º63.14%92.55%-
XYZ45.2627.5540.96-
YUV141.01144.36195.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=47.87%
G=17.65%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368717000.630.280.07326.5879.6863.33
HexEC57AA03F1C7147503f
Octal35412725207734750712077
Binary111011001010111101010100111111111001111010001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC57AA; }

 p { color: rgb(236,87,170); }

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

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

 a { background-color: rgb(236,87,170); }

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

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

 span { border-color: rgb(236,87,170); }

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