#ED5AAC

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

Shades of Brilliant Rose #ED5AAC

Tints of Brilliant Rose #ED5AAC

Color information

#ED5AAC (or 0xED5AAC) is unknown color: approx Brilliant Rose. HEX triplet: ED, 5A and AC. RGB value is (237,90,172). Sum of RGB (Red+Green+Blue) = 237+90+172=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5AAC is #12A553. Grayscale: #8F8F8F. Windows color (decimal): -1221972 or 11295469. OLE color: 11295469.

HSL color Cylindrical-coordinate representation of color #ED5AAC: hue angle of 326.53º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5AAC is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23790172-
CMYK00.620.270.07
HSL326.53º80.33%64.12%-
HSV(B)326.53º62.03%92.94%-
XYZ46.0328.342.07-
YUV143.3144.2194.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 90 (35.55% from 255) = 18.04%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=47.49%
G=18.04%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379017200.620.270.07326.5380.3364.12
HexED5AAC03E1B71475040
Octal355132254076337507120100
Binary1110110110110101010110001111101101111110100011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5AAC; }

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

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

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

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

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

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

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

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