Html Css Color HEX #E529CC Razzle Dazzle Rose

📋 copy color: '#E529CC'

red 229 ◦ green 41 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E529CC

Tints of Razzle Dazzle Rose #E529CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 48.31%
G = 8.65%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E529CC (or 0xE529CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and CC. RGB value is (229,41,204). Sum of RGB (Red+Green+Blue) = 229+41+204=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E529CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529CC is #1AD633. Grayscale: #737373. Windows color (decimal): -1758772 or 13380069. OLE color: 13380069.

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

Color convert

RGB 229 41 204 -
CMYK 0 0.82 0.11 0.10
HSL 307.98º 0.78% 0.53% -
HSV(B) 307.98º 0.82% 0.9% -
XYZ 44.01 22.6 59.17 -
YUV 115.79 177.78 208.75 -
System Red Green Blue C M Y K H S L
Decimal 229 41 204 0 0.82 0.11 0.10 307.98 0.78 0.53
Hex E5 29 CC 0 52 B A 134 4E 35
Octal 345 51 314 0 122 13 12 464 116 65
Binary 11100101 101001 11001100 0 1010010 1011 1010 100110100 1001110 110101

Color Harmonies of #E529CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529CC

Black with #E529CC

Text Example


Text Example

White with #E529CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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