#ED49B5

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

Shades of Brilliant Rose #ED49B5

Tints of Brilliant Rose #ED49B5

Color information

#ED49B5 (or 0xED49B5) is unknown color: approx Brilliant Rose. HEX triplet: ED, 49 and B5. RGB value is (237,73,181). Sum of RGB (Red+Green+Blue) = 237+73+181=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49B5 is #12B64A. Grayscale: #868686. Windows color (decimal): -1226315 or 11880941. OLE color: 11880941.

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

Color convert

RGB23773181-
CMYK00.690.240.07
HSL320.49º82%60.78%-
HSV(B)320.49º69.2%92.94%-
XYZ45.6526.1146.35-
YUV134.35154.33201.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 73 (28.91% from 255) = 14.87%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=48.27%
G=14.87%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377318100.690.240.07320.498260.78
HexED49B5045187140523d
Octal355111265010530750012275
Binary1110110110010011011010101000101110001111010000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED49B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED49B5; }

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

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

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

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

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

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

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

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