Html Css Color HEX #E520DC Razzle Dazzle Rose

📋 copy color: '#E520DC'

red 229 ◦ green 32 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E520DC

Tints of Razzle Dazzle Rose #E520DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 47.61%
G = 6.65%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E520DC (or 0xE520DC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 20 and DC. RGB value is (229,32,220). Sum of RGB (Red+Green+Blue) = 229+32+220=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E520DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520DC is #1ADF23. Grayscale: #6F6F6F. Windows color (decimal): -1761060 or 14426341. OLE color: 14426341.

HSL color Cylindrical-coordinate representation of color #E520DC: hue angle of 302.74º 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 #E520DC is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 220 -
CMYK 0 0.86 0.04 0.10
HSL 302.74º 0.79% 0.51% -
HSV(B) 302.74º 0.86% 0.9% -
XYZ 45.75 22.86 69.71 -
YUV 112.34 188.77 211.21 -
System Red Green Blue C M Y K H S L
Decimal 229 32 220 0 0.86 0.04 0.10 302.74 0.79 0.51
Hex E5 20 DC 0 56 4 A 12F 4F 33
Octal 345 40 334 0 126 4 12 457 117 63
Binary 11100101 100000 11011100 0 1010110 100 1010 100101111 1001111 110011

Color Harmonies of #E520DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520DC

Black with #E520DC

Text Example


Text Example

White with #E520DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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