#ED5EA1

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

Shades of Brilliant Rose #ED5EA1

Tints of Brilliant Rose #ED5EA1

Color information

#ED5EA1 (or 0xED5EA1) is unknown color: approx Brilliant Rose. HEX triplet: ED, 5E and A1. RGB value is (237,94,161). Sum of RGB (Red+Green+Blue) = 237+94+161=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5EA1 is #12A15E. Grayscale: #909090. Windows color (decimal): -1220959 or 10575597. OLE color: 10575597.

HSL color Cylindrical-coordinate representation of color #ED5EA1: hue angle of 331.89º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EA1 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23794161-
CMYK00.600.320.07
HSL331.89º79.89%64.9%-
HSV(B)331.89º60.34%92.94%-
XYZ45.3628.5836.84-
YUV144.39137.38194.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=48.17%
G=19.11%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379416100.600.320.07331.8979.8964.9
HexED5EA103C20714c5041
Octal355136241074407514120101
Binary11101101101111010100001011110010000011110100110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5EA1; }

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

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

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

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

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

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

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

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