Html Css Color HEX #E549B8 Razzle Dazzle Rose

📋 copy color: '#E549B8'

red 229 ◦ green 73 ◦ blue 184

#E549B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E549B8

Tints of Razzle Dazzle Rose #E549B8

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 value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E549B8 (or 0xE549B8) is known color: 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

RGB 229 73 184 -
CMYK 0 0.68 0.20 0.10
HSL 317.31º 0.75% 0.59% -
HSV(B) 317.31º 0.68% 0.9% -
XYZ 43.35 24.88 47.87 -
YUV 132.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 229 73 184 0 0.68 0.20 0.10 317.31 0.75 0.59
Hex E5 49 B8 0 44 14 A 13D 4B 3B
Octal 345 111 270 0 104 24 12 475 113 73
Binary 11100101 1001001 10111000 0 1000100 10100 1010 100111101 1001011 111011

Color Harmonies of #E549B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549B8

Black with #E549B8

Text Example


Text Example

White with #E549B8

Text Example


Text Example

HTML Codes & Css Web 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>