#ED49A5

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

Shades of Brilliant Rose #ED49A5

Tints of Brilliant Rose #ED49A5

Color information

#ED49A5 (or 0xED49A5) is unknown color: approx Brilliant Rose. HEX triplet: ED, 49 and A5. RGB value is (237,73,165). Sum of RGB (Red+Green+Blue) = 237+73+165=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49A5 is #12B65A. Grayscale: #848484. Windows color (decimal): -1226331 or 10832365. OLE color: 10832365.

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

Color convert

RGB23773165-
CMYK00.690.300.07
HSL326.34º82%60.78%-
HSV(B)326.34º69.2%92.94%-
XYZ44.125.4938.19-
YUV132.52146.33202.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=49.89%
G=15.37%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377316500.690.300.07326.348260.78
HexED49A50451E7146523d
Octal355111245010536750612275
Binary1110110110010011010010101000101111101111010001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49A5; }

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

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

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

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

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

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

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

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