Html Css Color HEX #E548B9 Razzle Dazzle Rose

📋 copy color: '#E548B9'

red 229 ◦ green 72 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E548B9

Tints of Razzle Dazzle Rose #E548B9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.81%

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

R = 47.12%
G = 14.81%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E548B9 (or 0xE548B9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 48 and B9. RGB value is (229,72,185). Sum of RGB (Red+Green+Blue) = 229+72+185=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E548B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E548B9 is #1AB746. Grayscale: #838383. Windows color (decimal): -1750855 or 12142821. OLE color: 12142821.

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

Color convert

RGB 229 72 185 -
CMYK 0 0.69 0.19 0.10
HSL 316.82º 0.75% 0.59% -
HSV(B) 316.82º 0.69% 0.9% -
XYZ 43.39 24.8 48.4 -
YUV 131.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 229 72 185 0 0.69 0.19 0.10 316.82 0.75 0.59
Hex E5 48 B9 0 45 13 A 13D 4B 3B
Octal 345 110 271 0 105 23 12 475 113 73
Binary 11100101 1001000 10111001 0 1000101 10011 1010 100111101 1001011 111011

Color Harmonies of #E548B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E548B9

Black with #E548B9

Text Example


Text Example

White with #E548B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E548B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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