Html Css Color HEX #E529DE Razzle Dazzle Rose

📋 copy color: '#E529DE'

red 229 ◦ green 41 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E529DE

Tints of Razzle Dazzle Rose #E529DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 46.54%
G = 8.33%
B = 45.12%

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

#E529DE (or 0xE529DE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and DE. RGB value is (229,41,222). Sum of RGB (Red+Green+Blue) = 229+41+222=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E529DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529DE is #1AD621. Grayscale: #757575. Windows color (decimal): -1758754 or 14559717. OLE color: 14559717.

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

Color convert

RGB 229 41 222 -
CMYK 0 0.82 0.03 0.10
HSL 302.23º 0.78% 0.53% -
HSV(B) 302.23º 0.82% 0.9% -
XYZ 46.29 23.52 71.21 -
YUV 117.85 186.78 207.28 -
System Red Green Blue C M Y K H S L
Decimal 229 41 222 0 0.82 0.03 0.10 302.23 0.78 0.53
Hex E5 29 DE 0 52 3 A 12E 4E 35
Octal 345 51 336 0 122 3 12 456 116 65
Binary 11100101 101001 11011110 0 1010010 11 1010 100101110 1001110 110101

Color Harmonies of #E529DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529DE

Black with #E529DE

Text Example


Text Example

White with #E529DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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