Html Css Color HEX #E520DA Razzle Dazzle Rose

📋 copy color: '#E520DA'

red 229 ◦ green 32 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E520DA

Tints of Razzle Dazzle Rose #E520DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 47.81%
G = 6.68%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E520DA (or 0xE520DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 20 and DA. RGB value is (229,32,218). Sum of RGB (Red+Green+Blue) = 229+32+218=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E520DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520DA is #1ADF25. Grayscale: #6F6F6F. Windows color (decimal): -1761062 or 14295269. OLE color: 14295269.

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

Color convert

RGB 229 32 218 -
CMYK 0 0.86 0.05 0.10
HSL 303.35º 0.79% 0.51% -
HSV(B) 303.35º 0.86% 0.9% -
XYZ 45.48 22.75 68.32 -
YUV 112.11 187.77 211.38 -
System Red Green Blue C M Y K H S L
Decimal 229 32 218 0 0.86 0.05 0.10 303.35 0.79 0.51
Hex E5 20 DA 0 56 5 A 12F 4F 33
Octal 345 40 332 0 126 5 12 457 117 63
Binary 11100101 100000 11011010 0 1010110 101 1010 100101111 1001111 110011

Color Harmonies of #E520DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520DA

Black with #E520DA

Text Example


Text Example

White with #E520DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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