#E549B7

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

Shades of Razzle Dazzle Rose #E549B7

Tints of Razzle Dazzle Rose #E549B7

Color information

#E549B7 (or 0xE549B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 49 and B7. RGB value is (229,73,183). Sum of RGB (Red+Green+Blue) = 229+73+183=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E549B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549B7 is #1AB648. Grayscale: #838383. Windows color (decimal): -1750601 or 12012005. OLE color: 12012005.

HSL color Cylindrical-coordinate representation of color #E549B7: hue angle of 317.69º 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 #E549B7 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB22973183-
CMYK00.680.200.10
HSL317.69º75%59.22%-
HSV(B)317.69º68.12%89.8%-
XYZ43.2424.8447.32-
YUV132.18156.68197.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 73 (28.91% from 255) = 15.05%
BLUE value IS 183 (71.88% from 255) = 37.73%
R=47.22%
G=15.05%
B=37.73%

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
Decimal2297318300.680.200.10317.697559.22
HexE549B704414A13e4b3b
Octal3451112670104241247611373
Binary11100101100100110110111010001001010010101001111101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549B7; }

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

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

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

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

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

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

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

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