Html Css Color HEX #E549B9 Razzle Dazzle Rose

📋 copy color: '#E549B9'

red 229 ◦ green 73 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E549B9

Tints of Razzle Dazzle Rose #E549B9

RGB

 RED value IS 229 (89.84% from 255) = 47.02%

 GREEN value IS 73 (28.91% from 255) = 14.99%

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 47.02%
G = 14.99%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E549B9 (or 0xE549B9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 49 and B9. RGB value is (229,73,185). Sum of RGB (Red+Green+Blue) = 229+73+185=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E549B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E549B9 is #1AB646. Grayscale: #848484. Windows color (decimal): -1750599 or 12143077. OLE color: 12143077.

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

Color convert

RGB 229 73 185 -
CMYK 0 0.68 0.19 0.10
HSL 316.92º 0.75% 0.59% -
HSV(B) 316.92º 0.68% 0.9% -
XYZ 43.45 24.93 48.42 -
YUV 132.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 229 73 185 0 0.68 0.19 0.10 316.92 0.75 0.59
Hex E5 49 B9 0 44 13 A 13D 4B 3B
Octal 345 111 271 0 104 23 12 475 113 73
Binary 11100101 1001001 10111001 0 1000100 10011 1010 100111101 1001011 111011

Color Harmonies of #E549B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E549B9

Black with #E549B9

Text Example


Text Example

White with #E549B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E549B9; }

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

 H1.HeaderClassName
 {
   color: #E549B9;
 }
 .AnyTagClassName
 {
   color: #E549B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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