Html Css Color HEX #E529DF Razzle Dazzle Rose

📋 copy color: '#E529DF'

red 229 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E529DF

Tints of Razzle Dazzle Rose #E529DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 46.45%
G = 8.32%
B = 45.23%

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

#E529DF (or 0xE529DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and DF. RGB value is (229,41,223). Sum of RGB (Red+Green+Blue) = 229+41+223=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E529DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529DF is #1AD620. Grayscale: #757575. Windows color (decimal): -1758753 or 14625253. OLE color: 14625253.

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

Color convert

RGB 229 41 223 -
CMYK 0 0.82 0.03 0.10
HSL 301.91º 0.78% 0.53% -
HSV(B) 301.91º 0.82% 0.9% -
XYZ 46.43 23.57 71.91 -
YUV 117.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 229 41 223 0 0.82 0.03 0.10 301.91 0.78 0.53
Hex E5 29 DF 0 52 3 A 12E 4E 35
Octal 345 51 337 0 122 3 12 456 116 65
Binary 11100101 101001 11011111 0 1010010 11 1010 100101110 1001110 110101

Color Harmonies of #E529DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529DF

Black with #E529DF

Text Example


Text Example

White with #E529DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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