Html Css Color HEX #E532CE Razzle Dazzle Rose

📋 copy color: '#E532CE'

red 229 ◦ green 50 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E532CE

Tints of Razzle Dazzle Rose #E532CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 47.22%
G = 10.31%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E532CE (or 0xE532CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and CE. RGB value is (229,50,206). Sum of RGB (Red+Green+Blue) = 229+50+206=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E532CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532CE is #1ACD31. Grayscale: #787878. Windows color (decimal): -1756466 or 13513445. OLE color: 13513445.

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

Color convert

RGB 229 50 206 -
CMYK 0 0.78 0.10 0.10
HSL 307.71º 0.77% 0.55% -
HSV(B) 307.71º 0.78% 0.9% -
XYZ 44.59 23.4 60.56 -
YUV 121.31 175.8 204.82 -
System Red Green Blue C M Y K H S L
Decimal 229 50 206 0 0.78 0.10 0.10 307.71 0.77 0.55
Hex E5 32 CE 0 4E A A 134 4D 37
Octal 345 62 316 0 116 12 12 464 115 67
Binary 11100101 110010 11001110 0 1001110 1010 1010 100110100 1001101 110111

Color Harmonies of #E532CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532CE

Black with #E532CE

Text Example


Text Example

White with #E532CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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