#E332C2

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

Shades of Razzle Dazzle Rose #E332C2

Tints of Razzle Dazzle Rose #E332C2

Color information

#E332C2 (or 0xE332C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 32 and C2. RGB value is (227,50,194). Sum of RGB (Red+Green+Blue) = 227+50+194=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E332C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332C2 is #1CCD3D. Grayscale: #767676. Windows color (decimal): -1887550 or 12727011. OLE color: 12727011.

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

Color convert

RGB22750194-
CMYK00.780.150.11
HSL311.19º75.97%54.31%-
HSV(B)311.19º77.97%89.02%-
XYZ42.5622.5153.14-
YUV119.34170.14204.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.20%
GREEN value IS 50 (19.92% from 255) = 10.62%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=48.20%
G=10.62%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275019400.780.150.11311.1975.9754.31
HexE332C204EFB1374c36
Octal343623020116171346711466
Binary111000111100101100001001001110111110111001101111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E332C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E332C2; }

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

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

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

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

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

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

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

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