Html Css Color HEX #E521D9 Razzle Dazzle Rose

📋 copy color: '#E521D9'

red 229 ◦ green 33 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E521D9

Tints of Razzle Dazzle Rose #E521D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 47.81%
G = 6.89%
B = 45.3%

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

#E521D9 (or 0xE521D9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 21 and D9. RGB value is (229,33,217). Sum of RGB (Red+Green+Blue) = 229+33+217=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E521D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521D9 is #1ADE26. Grayscale: #707070. Windows color (decimal): -1760807 or 14229989. OLE color: 14229989.

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

Color convert

RGB 229 33 217 -
CMYK 0 0.86 0.05 0.10
HSL 303.67º 0.79% 0.51% -
HSV(B) 303.67º 0.86% 0.9% -
XYZ 45.38 22.76 67.65 -
YUV 112.58 186.93 211.04 -
System Red Green Blue C M Y K H S L
Decimal 229 33 217 0 0.86 0.05 0.10 303.67 0.79 0.51
Hex E5 21 D9 0 56 5 A 130 4F 33
Octal 345 41 331 0 126 5 12 460 117 63
Binary 11100101 100001 11011001 0 1010110 101 1010 100110000 1001111 110011

Color Harmonies of #E521D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521D9

Black with #E521D9

Text Example


Text Example

White with #E521D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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