Html Css Color HEX #E532CC Razzle Dazzle Rose

📋 copy color: '#E532CC'

red 229 ◦ green 50 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E532CC

Tints of Razzle Dazzle Rose #E532CC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.35%

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

R = 47.41%
G = 10.35%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E532CC (or 0xE532CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and CC. RGB value is (229,50,204). Sum of RGB (Red+Green+Blue) = 229+50+204=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E532CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532CC is #1ACD33. Grayscale: #787878. Windows color (decimal): -1756468 or 13382373. OLE color: 13382373.

HSL color Cylindrical-coordinate representation of color #E532CC: hue angle of 308.38º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E532CC is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 50 204 -
CMYK 0 0.78 0.11 0.10
HSL 308.38º 0.77% 0.55% -
HSV(B) 308.38º 0.78% 0.9% -
XYZ 44.35 23.3 59.29 -
YUV 121.08 174.8 204.98 -
System Red Green Blue C M Y K H S L
Decimal 229 50 204 0 0.78 0.11 0.10 308.38 0.77 0.55
Hex E5 32 CC 0 4E B A 134 4D 37
Octal 345 62 314 0 116 13 12 464 115 67
Binary 11100101 110010 11001100 0 1001110 1011 1010 100110100 1001101 110111

Color Harmonies of #E532CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532CC

Black with #E532CC

Text Example


Text Example

White with #E532CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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