Html Css Color HEX #E522DD Razzle Dazzle Rose

📋 copy color: '#E522DD'

red 229 ◦ green 34 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E522DD

Tints of Razzle Dazzle Rose #E522DD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.02%

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

R = 47.31%
G = 7.02%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E522DD (or 0xE522DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 22 and DD. RGB value is (229,34,221). Sum of RGB (Red+Green+Blue) = 229+34+221=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E522DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E522DD is #1ADD22. Grayscale: #717171. Windows color (decimal): -1760547 or 14492389. OLE color: 14492389.

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

Color convert

RGB 229 34 221 -
CMYK 0 0.85 0.03 0.10
HSL 302.46º 0.79% 0.52% -
HSV(B) 302.46º 0.85% 0.9% -
XYZ 45.94 23.02 70.43 -
YUV 113.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 229 34 221 0 0.85 0.03 0.10 302.46 0.79 0.52
Hex E5 22 DD 0 55 3 A 12E 4F 34
Octal 345 42 335 0 125 3 12 456 117 64
Binary 11100101 100010 11011101 0 1010101 11 1010 100101110 1001111 110100

Color Harmonies of #E522DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522DD

Black with #E522DD

Text Example


Text Example

White with #E522DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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