Html Css Color HEX #E32CCA Razzle Dazzle Rose

📋 copy color: '#E32CCA'

red 227 ◦ green 44 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E32CCA

Tints of Razzle Dazzle Rose #E32CCA

RGB

 RED value IS 227 (89.06% from 255) = 47.99%

 GREEN value IS 44 (17.58% from 255) = 9.3%

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

R = 47.99%
G = 9.3%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E32CCA (or 0xE32CCA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2C and CA. RGB value is (227,44,202). Sum of RGB (Red+Green+Blue) = 227+44+202=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CCA is #1CD335. Grayscale: #747474. Windows color (decimal): -1889078 or 13249763. OLE color: 13249763.

HSL color Cylindrical-coordinate representation of color #E32CCA: hue angle of 308.2º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32CCA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 44 202 -
CMYK 0 0.81 0.11 0.11
HSL 308.2º 0.77% 0.53% -
HSV(B) 308.2º 0.81% 0.89% -
XYZ 43.24 22.4 57.92 -
YUV 116.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 227 44 202 0 0.81 0.11 0.11 308.2 0.77 0.53
Hex E3 2C CA 0 51 B B 134 4D 35
Octal 343 54 312 0 121 13 13 464 115 65
Binary 11100011 101100 11001010 0 1010001 1011 1011 100110100 1001101 110101

Color Harmonies of #E32CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32CCA

Black with #E32CCA

Text Example


Text Example

White with #E32CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32CCA; }

 p { color: rgb(227,44,202); }

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

background-color css

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

 a { background-color: rgb(227,44,202); }

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

border-color css

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

 span { border-color: rgb(227,44,202); }

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