Html Css Color HEX #E547BD Razzle Dazzle Rose

📋 copy color: '#E547BD'

red 229 ◦ green 71 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E547BD

Tints of Razzle Dazzle Rose #E547BD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.52%

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 46.83%
G = 14.52%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E547BD (or 0xE547BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 47 and BD. RGB value is (229,71,189). Sum of RGB (Red+Green+Blue) = 229+71+189=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E547BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547BD is #1AB842. Grayscale: #838383. Windows color (decimal): -1751107 or 12404709. OLE color: 12404709.

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

Color convert

RGB 229 71 189 -
CMYK 0 0.69 0.17 0.10
HSL 315.19º 0.75% 0.59% -
HSV(B) 315.19º 0.69% 0.9% -
XYZ 43.75 24.84 50.63 -
YUV 131.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 229 71 189 0 0.69 0.17 0.10 315.19 0.75 0.59
Hex E5 47 BD 0 45 11 A 13B 4B 3B
Octal 345 107 275 0 105 21 12 473 113 73
Binary 11100101 1000111 10111101 0 1000101 10001 1010 100111011 1001011 111011

Color Harmonies of #E547BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547BD

Black with #E547BD

Text Example


Text Example

White with #E547BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547BD; }

 p { color: rgb(229,71,189); }

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

background-color css

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

 a { background-color: rgb(229,71,189); }

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

border-color css

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

 span { border-color: rgb(229,71,189); }

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