Html Css Color HEX #E531BD Razzle Dazzle Rose

📋 copy color: '#E531BD'

red 229 ◦ green 49 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E531BD

Tints of Razzle Dazzle Rose #E531BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.49%

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

R = 49.04%
G = 10.49%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E531BD (or 0xE531BD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and BD. RGB value is (229,49,189). Sum of RGB (Red+Green+Blue) = 229+49+189=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E531BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531BD is #1ACE42. Grayscale: #767676. Windows color (decimal): -1756739 or 12399077. OLE color: 12399077.

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

Color convert

RGB 229 49 189 -
CMYK 0 0.79 0.17 0.10
HSL 313.33º 0.78% 0.55% -
HSV(B) 313.33º 0.79% 0.9% -
XYZ 42.6 22.53 50.25 -
YUV 118.78 167.63 206.62 -
System Red Green Blue C M Y K H S L
Decimal 229 49 189 0 0.79 0.17 0.10 313.33 0.78 0.55
Hex E5 31 BD 0 4F 11 A 139 4E 37
Octal 345 61 275 0 117 21 12 471 116 67
Binary 11100101 110001 10111101 0 1001111 10001 1010 100111001 1001110 110111

Color Harmonies of #E531BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531BD

Black with #E531BD

Text Example


Text Example

White with #E531BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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