Html Css Color HEX #E529CD Razzle Dazzle Rose

📋 copy color: '#E529CD'

red 229 ◦ green 41 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E529CD

Tints of Razzle Dazzle Rose #E529CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 48.21%
G = 8.63%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E529CD (or 0xE529CD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 29 and CD. RGB value is (229,41,205). Sum of RGB (Red+Green+Blue) = 229+41+205=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E529CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E529CD is #1AD632. Grayscale: #737373. Windows color (decimal): -1758771 or 13445605. OLE color: 13445605.

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

Color convert

RGB 229 41 205 -
CMYK 0 0.82 0.10 0.10
HSL 307.66º 0.78% 0.53% -
HSV(B) 307.66º 0.82% 0.9% -
XYZ 44.13 22.65 59.8 -
YUV 115.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 229 41 205 0 0.82 0.10 0.10 307.66 0.78 0.53
Hex E5 29 CD 0 52 A A 134 4E 35
Octal 345 51 315 0 122 12 12 464 116 65
Binary 11100101 101001 11001101 0 1010010 1010 1010 100110100 1001110 110101

Color Harmonies of #E529CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E529CD

Black with #E529CD

Text Example


Text Example

White with #E529CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E529CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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