Html Css Color HEX #E32ECA Razzle Dazzle Rose

📋 copy color: '#E32ECA'

red 227 ◦ green 46 ◦ blue 202

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

Shades of Razzle Dazzle Rose #E32ECA

Tints of Razzle Dazzle Rose #E32ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.68%

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

R = 47.79%
G = 9.68%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E32ECA (or 0xE32ECA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2E and CA. RGB value is (227,46,202). Sum of RGB (Red+Green+Blue) = 227+46+202=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ECA is #1CD135. Grayscale: #757575. Windows color (decimal): -1888566 or 13250275. OLE color: 13250275.

HSL color Cylindrical-coordinate representation of color #E32ECA: hue angle of 308.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32ECA is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 46 202 -
CMYK 0 0.80 0.11 0.11
HSL 308.29º 0.76% 0.54% -
HSV(B) 308.29º 0.8% 0.89% -
XYZ 43.32 22.55 57.95 -
YUV 117.9 175.47 205.82 -
System Red Green Blue C M Y K H S L
Decimal 227 46 202 0 0.80 0.11 0.11 308.29 0.76 0.54
Hex E3 2E CA 0 50 B B 134 4C 36
Octal 343 56 312 0 120 13 13 464 114 66
Binary 11100011 101110 11001010 0 1010000 1011 1011 100110100 1001100 110110

Color Harmonies of #E32ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32ECA

Black with #E32ECA

Text Example


Text Example

White with #E32ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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