#ED56B0

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

Shades of Brilliant Rose #ED56B0

Tints of Brilliant Rose #ED56B0

Color information

#ED56B0 (or 0xED56B0) is unknown color: approx Brilliant Rose. HEX triplet: ED, 56 and B0. RGB value is (237,86,176). Sum of RGB (Red+Green+Blue) = 237+86+176=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED56B0 is #12A94F. Grayscale: #8D8D8D. Windows color (decimal): -1222992 or 11556589. OLE color: 11556589.

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

Color convert

RGB23786176-
CMYK00.640.260.07
HSL324.24º80.75%63.33%-
HSV(B)324.24º63.71%92.94%-
XYZ46.0927.7944.01-
YUV141.41147.53196.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 86 (33.98% from 255) = 17.23%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=47.49%
G=17.23%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378617600.640.260.07324.2480.7563.33
HexED56B00401A7144513f
Octal355126260010032750412177
Binary1110110110101101011000001000000110101111010001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED56B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED56B0; }

 p { color: rgb(237,86,176); }

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

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

 a { background-color: rgb(237,86,176); }

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

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

 span { border-color: rgb(237,86,176); }

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