#E32CC1

Color #E32CC1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E32CC1

Tints of Razzle Dazzle Rose #E32CC1

Color information

#E32CC1 (or 0xE32CC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 2C and C1. RGB value is (227,44,193). Sum of RGB (Red+Green+Blue) = 227+44+193=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32CC1 is #1CD33E. Grayscale: #737373. Windows color (decimal): -1889087 or 12659939. OLE color: 12659939.

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

Color convert

RGB22744193-
CMYK00.810.150.11
HSL311.15º76.57%53.14%-
HSV(B)311.15º80.62%89.02%-
XYZ42.221.9852.47-
YUV115.7171.63207.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.92%
GREEN value IS 44 (17.58% from 255) = 9.48%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=48.92%
G=9.48%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274419300.810.150.11311.1576.5753.14
HexE32CC1051FB1374d35
Octal343543010121171346711565
Binary111000111011001100000101010001111110111001101111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32CC1; }

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

 H1.HeaderClassName
 {
   color: #E32CC1;
 }
 .AnyTagClassName
 {
   color: #E32CC1;
 }
</style>
background-color css

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

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

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

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

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

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