#ED54AE

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

Shades of Brilliant Rose #ED54AE

Tints of Brilliant Rose #ED54AE

Color information

#ED54AE (or 0xED54AE) is unknown color: approx Brilliant Rose. HEX triplet: ED, 54 and AE. RGB value is (237,84,174). Sum of RGB (Red+Green+Blue) = 237+84+174=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54AE is #12AB51. Grayscale: #8B8B8B. Windows color (decimal): -1223506 or 11425005. OLE color: 11425005.

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

Color convert

RGB23784174-
CMYK00.650.270.07
HSL324.71º80.95%62.94%-
HSV(B)324.71º64.56%92.94%-
XYZ45.7427.442.92-
YUV140.01147.19197.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 84 (33.20% from 255) = 16.97%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=47.88%
G=16.97%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378417400.650.270.07324.7180.9562.94
HexED54AE0411B7145513f
Octal355124256010133750512177
Binary1110110110101001010111001000001110111111010001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED54AE; }

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

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

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

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

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

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

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

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