#ED54A5

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

Shades of Brilliant Rose #ED54A5

Tints of Brilliant Rose #ED54A5

Color information

#ED54A5 (or 0xED54A5) is unknown color: approx Brilliant Rose. HEX triplet: ED, 54 and A5. RGB value is (237,84,165). Sum of RGB (Red+Green+Blue) = 237+84+165=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54A5 is #12AB5A. Grayscale: #8A8A8A. Windows color (decimal): -1223515 or 10835181. OLE color: 10835181.

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

Color convert

RGB23784165-
CMYK00.650.300.07
HSL328.24º80.95%62.94%-
HSV(B)328.24º64.56%92.94%-
XYZ44.8927.0638.45-
YUV138.98142.69197.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=48.77%
G=17.28%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378416500.650.300.07328.2480.9562.94
HexED54A50411E7148513f
Octal355124245010136751012177
Binary1110110110101001010010101000001111101111010010001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED54A5; }

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

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

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

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

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

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

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

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