#ED54A8

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

Shades of Brilliant Rose #ED54A8

Tints of Brilliant Rose #ED54A8

Color information

#ED54A8 (or 0xED54A8) is unknown color: approx Brilliant Rose. HEX triplet: ED, 54 and A8. RGB value is (237,84,168). Sum of RGB (Red+Green+Blue) = 237+84+168=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54A8 is #12AB57. Grayscale: #8B8B8B. Windows color (decimal): -1223512 or 11031789. OLE color: 11031789.

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

Color convert

RGB23784168-
CMYK00.650.290.07
HSL327.06º80.95%62.94%-
HSV(B)327.06º64.56%92.94%-
XYZ45.1627.1739.91-
YUV139.32144.19197.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 84 (33.20% from 255) = 17.18%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=48.47%
G=17.18%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378416800.650.290.07327.0680.9562.94
HexED54A80411D7147513f
Octal355124250010135750712177
Binary1110110110101001010100001000001111011111010001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED54A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED54A8; }

 p { color: rgb(237,84,168); }

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

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

 a { background-color: rgb(237,84,168); }

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

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

 span { border-color: rgb(237,84,168); }

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