#EC57A0

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

Shades of Brilliant Rose #EC57A0

Tints of Brilliant Rose #EC57A0

Color information

#EC57A0 (or 0xEC57A0) is unknown color: approx Brilliant Rose. HEX triplet: EC, 57 and A0. RGB value is (236,87,160). Sum of RGB (Red+Green+Blue) = 236+87+160=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC57A0 is #13A85F. Grayscale: #8B8B8B. Windows color (decimal): -1288288 or 10508268. OLE color: 10508268.

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

Color convert

RGB23687160-
CMYK00.630.320.07
HSL330.6º79.68%63.33%-
HSV(B)330.6º63.14%92.55%-
XYZ44.3527.1936.17-
YUV139.87139.36196.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.86%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=48.86%
G=18.01%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368716000.630.320.07330.679.6863.33
HexEC57A003F20714b503f
Octal35412724007740751312077
Binary1110110010101111010000001111111000001111010010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC57A0; }

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

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

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

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

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

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

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

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