#ED55A1

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

Shades of Brilliant Rose #ED55A1

Tints of Brilliant Rose #ED55A1

Color information

#ED55A1 (or 0xED55A1) is unknown color: approx Brilliant Rose. HEX triplet: ED, 55 and A1. RGB value is (237,85,161). Sum of RGB (Red+Green+Blue) = 237+85+161=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55A1 is #12AA5E. Grayscale: #8A8A8A. Windows color (decimal): -1223263 or 10573293. OLE color: 10573293.

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

Color convert

RGB23785161-
CMYK00.640.320.07
HSL330º80.85%63.14%-
HSV(B)330º64.14%92.94%-
XYZ44.6127.0736.59-
YUV139.11140.36197.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=49.07%
G=17.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378516100.640.320.0733080.8563.14
HexED55A104020714a513f
Octal355125241010040751212177
Binary11101101101010110100001010000001000001111010010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED55A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED55A1; }

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

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

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

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

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

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

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

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