Html Css Color HEX #E521DA Razzle Dazzle Rose

📋 copy color: '#E521DA'

red 229 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E521DA

Tints of Razzle Dazzle Rose #E521DA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.88%

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

R = 47.71%
G = 6.88%
B = 45.42%

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

#E521DA (or 0xE521DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 21 and DA. RGB value is (229,33,218). Sum of RGB (Red+Green+Blue) = 229+33+218=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E521DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521DA is #1ADE25. Grayscale: #707070. Windows color (decimal): -1760806 or 14295525. OLE color: 14295525.

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

Color convert

RGB 229 33 218 -
CMYK 0 0.86 0.05 0.10
HSL 303.37º 0.79% 0.51% -
HSV(B) 303.37º 0.86% 0.9% -
XYZ 45.51 22.81 68.33 -
YUV 112.69 187.43 210.96 -
System Red Green Blue C M Y K H S L
Decimal 229 33 218 0 0.86 0.05 0.10 303.37 0.79 0.51
Hex E5 21 DA 0 56 5 A 12F 4F 33
Octal 345 41 332 0 126 5 12 457 117 63
Binary 11100101 100001 11011010 0 1010110 101 1010 100101111 1001111 110011

Color Harmonies of #E521DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521DA

Black with #E521DA

Text Example


Text Example

White with #E521DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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