Html Css Color HEX #E529DC Razzle Dazzle Rose

📋 copy color: '#E529DC'

red 229 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E529DC

Tints of Razzle Dazzle Rose #E529DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 46.73%
G = 8.37%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E529DC (or 0xE529DC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and DC. RGB value is (229,41,220). Sum of RGB (Red+Green+Blue) = 229+41+220=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E529DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529DC is #1AD623. Grayscale: #757575. Windows color (decimal): -1758756 or 14428645. OLE color: 14428645.

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

Color convert

RGB 229 41 220 -
CMYK 0 0.82 0.04 0.10
HSL 302.87º 0.78% 0.53% -
HSV(B) 302.87º 0.82% 0.9% -
XYZ 46.02 23.41 69.8 -
YUV 117.62 185.78 207.45 -
System Red Green Blue C M Y K H S L
Decimal 229 41 220 0 0.82 0.04 0.10 302.87 0.78 0.53
Hex E5 29 DC 0 52 4 A 12F 4E 35
Octal 345 51 334 0 122 4 12 457 116 65
Binary 11100101 101001 11011100 0 1010010 100 1010 100101111 1001110 110101

Color Harmonies of #E529DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529DC

Black with #E529DC

Text Example


Text Example

White with #E529DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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