Html Css Color HEX #E32CC2 Razzle Dazzle Rose

📋 copy color: '#E32CC2'

red 227 ◦ green 44 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E32CC2

Tints of Razzle Dazzle Rose #E32CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.72%

R = 48.82%
G = 9.46%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E32CC2 (or 0xE32CC2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2C and C2. RGB value is (227,44,194). Sum of RGB (Red+Green+Blue) = 227+44+194=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CC2 is #1CD33D. Grayscale: #737373. Windows color (decimal): -1889086 or 12725475. OLE color: 12725475.

HSL color Cylindrical-coordinate representation of color #E32CC2: hue angle of 310.82º 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 #E32CC2 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 44 194 -
CMYK 0 0.81 0.15 0.11
HSL 310.82º 0.77% 0.53% -
HSV(B) 310.82º 0.81% 0.89% -
XYZ 42.32 22.03 53.06 -
YUV 115.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 227 44 194 0 0.81 0.15 0.11 310.82 0.77 0.53
Hex E3 2C C2 0 51 F B 137 4D 35
Octal 343 54 302 0 121 17 13 467 115 65
Binary 11100011 101100 11000010 0 1010001 1111 1011 100110111 1001101 110101

Color Harmonies of #E32CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32CC2

Black with #E32CC2

Text Example


Text Example

White with #E32CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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