#ED559A

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

Shades of Brilliant Rose #ED559A

Tints of Brilliant Rose #ED559A

Color information

#ED559A (or 0xED559A) is unknown color: approx Brilliant Rose. HEX triplet: ED, 55 and 9A. RGB value is (237,85,154). Sum of RGB (Red+Green+Blue) = 237+85+154=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED559A is #12AA65. Grayscale: #8A8A8A. Windows color (decimal): -1223270 or 10114541. OLE color: 10114541.

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

Color convert

RGB23785154-
CMYK00.640.350.07
HSL332.76º80.85%63.14%-
HSV(B)332.76º64.14%92.94%-
XYZ44.0126.8333.43-
YUV138.31136.86198.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=49.79%
G=17.86%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378515400.640.350.07332.7680.8563.14
HexED559A04023714d513f
Octal355125232010043751512177
Binary11101101101010110011010010000001000111111010011011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED559A; }

 p { color: rgb(237,85,154); }

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

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

 a { background-color: rgb(237,85,154); }

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

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

 span { border-color: rgb(237,85,154); }

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