Html Css Color HEX #E520DF Razzle Dazzle Rose

📋 copy color: '#E520DF'

red 229 ◦ green 32 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E520DF

Tints of Razzle Dazzle Rose #E520DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 47.31%
G = 6.61%
B = 46.07%

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

#E520DF (or 0xE520DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 20 and DF. RGB value is (229,32,223). Sum of RGB (Red+Green+Blue) = 229+32+223=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E520DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520DF is #1ADF20. Grayscale: #707070. Windows color (decimal): -1761057 or 14622949. OLE color: 14622949.

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

Color convert

RGB 229 32 223 -
CMYK 0 0.86 0.03 0.10
HSL 301.83º 0.79% 0.51% -
HSV(B) 301.83º 0.86% 0.9% -
XYZ 46.15 23.02 71.82 -
YUV 112.68 190.27 210.97 -
System Red Green Blue C M Y K H S L
Decimal 229 32 223 0 0.86 0.03 0.10 301.83 0.79 0.51
Hex E5 20 DF 0 56 3 A 12E 4F 33
Octal 345 40 337 0 126 3 12 456 117 63
Binary 11100101 100000 11011111 0 1010110 11 1010 100101110 1001111 110011

Color Harmonies of #E520DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520DF

Black with #E520DF

Text Example


Text Example

White with #E520DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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