Html Css Color HEX #E532DD Razzle Dazzle Rose

📋 copy color: '#E532DD'

red 229 ◦ green 50 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E532DD

Tints of Razzle Dazzle Rose #E532DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 45.8%
G = 10%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E532DD (or 0xE532DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and DD. RGB value is (229,50,221). Sum of RGB (Red+Green+Blue) = 229+50+221=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E532DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532DD is #1ACD22. Grayscale: #7A7A7A. Windows color (decimal): -1756451 or 14496485. OLE color: 14496485.

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

Color convert

RGB 229 50 221 -
CMYK 0 0.78 0.03 0.10
HSL 302.68º 0.77% 0.55% -
HSV(B) 302.68º 0.78% 0.9% -
XYZ 46.5 24.16 70.62 -
YUV 123.02 183.3 203.6 -
System Red Green Blue C M Y K H S L
Decimal 229 50 221 0 0.78 0.03 0.10 302.68 0.77 0.55
Hex E5 32 DD 0 4E 3 A 12F 4D 37
Octal 345 62 335 0 116 3 12 457 115 67
Binary 11100101 110010 11011101 0 1001110 11 1010 100101111 1001101 110111

Color Harmonies of #E532DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532DD

Black with #E532DD

Text Example


Text Example

White with #E532DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532DD; }

 p { color: rgb(229,50,221); }

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

background-color css

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

 a { background-color: rgb(229,50,221); }

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

border-color css

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

 span { border-color: rgb(229,50,221); }

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