#ED55AC

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

Shades of Brilliant Rose #ED55AC

Tints of Brilliant Rose #ED55AC

Color information

#ED55AC (or 0xED55AC) is unknown color: approx Brilliant Rose. HEX triplet: ED, 55 and AC. RGB value is (237,85,172). Sum of RGB (Red+Green+Blue) = 237+85+172=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55AC is #12AA53. Grayscale: #8C8C8C. Windows color (decimal): -1223252 or 11294189. OLE color: 11294189.

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

Color convert

RGB23785172-
CMYK00.640.270.07
HSL325.66º80.85%63.14%-
HSV(B)325.66º64.14%92.94%-
XYZ45.6227.4841.93-
YUV140.37145.86196.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=47.98%
G=17.21%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378517200.640.270.07325.6680.8563.14
HexED55AC0401B7146513f
Octal355125254010033750612177
Binary1110110110101011010110001000000110111111010001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED55AC; }

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

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

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

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

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

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

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

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