#ED57A5

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

Shades of Brilliant Rose #ED57A5

Tints of Brilliant Rose #ED57A5

Color information

#ED57A5 (or 0xED57A5) is unknown color: approx Brilliant Rose. HEX triplet: ED, 57 and A5. RGB value is (237,87,165). Sum of RGB (Red+Green+Blue) = 237+87+165=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED57A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED57A5 is #12A85A. Grayscale: #8C8C8C. Windows color (decimal): -1222747 or 10835949. OLE color: 10835949.

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

Color convert

RGB23787165-
CMYK00.630.300.07
HSL328.8º80.65%63.53%-
HSV(B)328.8º63.29%92.94%-
XYZ45.1227.5438.53-
YUV140.74141.7196.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=48.47%
G=17.79%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378716500.630.300.07328.880.6563.53
HexED57A503F1E71495140
Octal355127245077367511121100
Binary1110110110101111010010101111111111011110100100110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED57A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED57A5; }

 p { color: rgb(237,87,165); }

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

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

 a { background-color: rgb(237,87,165); }

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

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

 span { border-color: rgb(237,87,165); }

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