#ED499D

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

Shades of Brilliant Rose #ED499D

Tints of Brilliant Rose #ED499D

Color information

#ED499D (or 0xED499D) is unknown color: approx Brilliant Rose. HEX triplet: ED, 49 and 9D. RGB value is (237,73,157). Sum of RGB (Red+Green+Blue) = 237+73+157=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED499D is #12B662. Grayscale: #838383. Windows color (decimal): -1226339 or 10308077. OLE color: 10308077.

HSL color Cylindrical-coordinate representation of color #ED499D: hue angle of 329.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED499D is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB23773157-
CMYK00.690.340.07
HSL329.27º82%60.78%-
HSV(B)329.27º69.2%92.94%-
XYZ43.3925.234.48-
YUV131.61142.33203.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=50.75%
G=15.63%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377315700.690.340.07329.278260.78
HexED499D045227149523d
Octal355111235010542751112275
Binary11101101100100110011101010001011000101111010010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED499D; }

 p { color: rgb(237,73,157); }

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

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

 a { background-color: rgb(237,73,157); }

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

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

 span { border-color: rgb(237,73,157); }

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