Html Css Color HEX #E529DD Razzle Dazzle Rose

📋 copy color: '#E529DD'

red 229 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E529DD

Tints of Razzle Dazzle Rose #E529DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.35%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 46.64%
G = 8.35%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E529DD (or 0xE529DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and DD. RGB value is (229,41,221). Sum of RGB (Red+Green+Blue) = 229+41+221=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E529DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529DD is #1AD622. Grayscale: #757575. Windows color (decimal): -1758755 or 14494181. OLE color: 14494181.

HSL color Cylindrical-coordinate representation of color #E529DD: hue angle of 302.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E529DD is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 221 -
CMYK 0 0.82 0.03 0.10
HSL 302.55º 0.78% 0.53% -
HSV(B) 302.55º 0.82% 0.9% -
XYZ 46.16 23.46 70.5 -
YUV 117.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 229 41 221 0 0.82 0.03 0.10 302.55 0.78 0.53
Hex E5 29 DD 0 52 3 A 12F 4E 35
Octal 345 51 335 0 122 3 12 457 116 65
Binary 11100101 101001 11011101 0 1010010 11 1010 100101111 1001110 110101

Color Harmonies of #E529DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529DD

Black with #E529DD

Text Example


Text Example

White with #E529DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529DD; }

 p { color: rgb(229,41,221); }

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

background-color css

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

 a { background-color: rgb(229,41,221); }

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

border-color css

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

 span { border-color: rgb(229,41,221); }

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