#E549B8

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

Shades of Razzle Dazzle Rose #E549B8

Tints of Razzle Dazzle Rose #E549B8

Color information

#E549B8 (or 0xE549B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 49 and B8. RGB value is (229,73,184). Sum of RGB (Red+Green+Blue) = 229+73+184=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E549B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549B8 is #1AB647. Grayscale: #848484. Windows color (decimal): -1750600 or 12077541. OLE color: 12077541.

HSL color Cylindrical-coordinate representation of color #E549B8: hue angle of 317.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549B8 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB22973184-
CMYK00.680.200.10
HSL317.31º75%59.22%-
HSV(B)317.31º68.12%89.8%-
XYZ43.3524.8847.87-
YUV132.3157.18196.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 73 (28.91% from 255) = 15.02%
BLUE value IS 184 (72.27% from 255) = 37.86%
R=47.12%
G=15.02%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297318400.680.200.10317.317559.22
HexE549B804414A13d4b3b
Octal3451112700104241247511373
Binary11100101100100110111000010001001010010101001111011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549B8; }

 p { color: rgb(229,73,184); }

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

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

 a { background-color: rgb(229,73,184); }

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

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

 span { border-color: rgb(229,73,184); }

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