Html Css Color HEX #E532CA Razzle Dazzle Rose

📋 copy color: '#E532CA'

red 229 ◦ green 50 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E532CA

Tints of Razzle Dazzle Rose #E532CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 47.61%
G = 10.4%
B = 42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E532CA (or 0xE532CA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and CA. RGB value is (229,50,202). Sum of RGB (Red+Green+Blue) = 229+50+202=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E532CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532CA is #1ACD35. Grayscale: #787878. Windows color (decimal): -1756470 or 13251301. OLE color: 13251301.

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

Color convert

RGB 229 50 202 -
CMYK 0 0.78 0.12 0.10
HSL 309.05º 0.77% 0.55% -
HSV(B) 309.05º 0.78% 0.9% -
XYZ 44.11 23.2 58.03 -
YUV 120.85 173.8 205.14 -
System Red Green Blue C M Y K H S L
Decimal 229 50 202 0 0.78 0.12 0.10 309.05 0.77 0.55
Hex E5 32 CA 0 4E C A 135 4D 37
Octal 345 62 312 0 116 14 12 465 115 67
Binary 11100101 110010 11001010 0 1001110 1100 1010 100110101 1001101 110111

Color Harmonies of #E532CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532CA

Black with #E532CA

Text Example


Text Example

White with #E532CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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