#E332D8

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

Shades of Razzle Dazzle Rose #E332D8

Tints of Razzle Dazzle Rose #E332D8

Color information

#E332D8 (or 0xE332D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 32 and D8. RGB value is (227,50,216). Sum of RGB (Red+Green+Blue) = 227+50+216=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E332D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332D8 is #1CCD27. Grayscale: #797979. Windows color (decimal): -1887528 or 14168803. OLE color: 14168803.

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

Color convert

RGB22750216-
CMYK00.780.050.11
HSL303.73º75.97%54.31%-
HSV(B)303.73º77.97%89.02%-
XYZ45.2123.5767.13-
YUV121.85181.14203-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.04%
GREEN value IS 50 (19.92% from 255) = 10.14%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=46.04%
G=10.14%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275021600.780.050.11303.7375.9754.31
HexE332D804E5B1304c36
Octal34362330011651346011466
Binary11100011110010110110000100111010110111001100001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E332D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E332D8; }

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

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

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

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

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

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

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

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