Html Css Color HEX #E529C7 Razzle Dazzle Rose

📋 copy color: '#E529C7'

red 229 ◦ green 41 ◦ blue 199

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

Shades of Razzle Dazzle Rose #E529C7

Tints of Razzle Dazzle Rose #E529C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 48.83%
G = 8.74%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E529C7 (or 0xE529C7) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and C7. RGB value is (229,41,199). Sum of RGB (Red+Green+Blue) = 229+41+199=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E529C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529C7 is #1AD638. Grayscale: #727272. Windows color (decimal): -1758777 or 13052389. OLE color: 13052389.

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

Color convert

RGB 229 41 199 -
CMYK 0 0.82 0.13 0.10
HSL 309.57º 0.78% 0.53% -
HSV(B) 309.57º 0.82% 0.9% -
XYZ 43.41 22.37 56.06 -
YUV 115.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 229 41 199 0 0.82 0.13 0.10 309.57 0.78 0.53
Hex E5 29 C7 0 52 D A 136 4E 35
Octal 345 51 307 0 122 15 12 466 116 65
Binary 11100101 101001 11000111 0 1010010 1101 1010 100110110 1001110 110101

Color Harmonies of #E529C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529C7

Black with #E529C7

Text Example


Text Example

White with #E529C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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