Html Css Color HEX #E540BD Razzle Dazzle Rose

📋 copy color: '#E540BD'

red 229 ◦ green 64 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E540BD

Tints of Razzle Dazzle Rose #E540BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.28%

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

R = 47.51%
G = 13.28%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E540BD (or 0xE540BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 40 and BD. RGB value is (229,64,189). Sum of RGB (Red+Green+Blue) = 229+64+189=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E540BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540BD is #1ABF42. Grayscale: #7F7F7F. Windows color (decimal): -1752899 or 12402917. OLE color: 12402917.

HSL color Cylindrical-coordinate representation of color #E540BD: hue angle of 314.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540BD is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 64 189 -
CMYK 0 0.72 0.17 0.10
HSL 314.55º 0.76% 0.57% -
HSV(B) 314.55º 0.72% 0.9% -
XYZ 43.33 24 50.49 -
YUV 127.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 229 64 189 0 0.72 0.17 0.10 314.55 0.76 0.57
Hex E5 40 BD 0 48 11 A 13B 4C 39
Octal 345 100 275 0 110 21 12 473 114 71
Binary 11100101 1000000 10111101 0 1001000 10001 1010 100111011 1001100 111001

Color Harmonies of #E540BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540BD

Black with #E540BD

Text Example


Text Example

White with #E540BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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