Html Css Color HEX #E520DD Razzle Dazzle Rose

📋 copy color: '#E520DD'

red 229 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E520DD

Tints of Razzle Dazzle Rose #E520DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.64%

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

R = 47.51%
G = 6.64%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E520DD (or 0xE520DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 20 and DD. RGB value is (229,32,221). Sum of RGB (Red+Green+Blue) = 229+32+221=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E520DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520DD is #1ADF22. Grayscale: #6F6F6F. Windows color (decimal): -1761059 or 14491877. OLE color: 14491877.

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

Color convert

RGB 229 32 221 -
CMYK 0 0.86 0.03 0.10
HSL 302.44º 0.79% 0.51% -
HSV(B) 302.44º 0.86% 0.9% -
XYZ 45.88 22.91 70.41 -
YUV 112.45 189.27 211.13 -
System Red Green Blue C M Y K H S L
Decimal 229 32 221 0 0.86 0.03 0.10 302.44 0.79 0.51
Hex E5 20 DD 0 56 3 A 12E 4F 33
Octal 345 40 335 0 126 3 12 456 117 63
Binary 11100101 100000 11011101 0 1010110 11 1010 100101110 1001111 110011

Color Harmonies of #E520DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520DD

Black with #E520DD

Text Example


Text Example

White with #E520DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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