#E031CC

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

Shades of Razzle Dazzle Rose #E031CC

Tints of Razzle Dazzle Rose #E031CC

Color information

#E031CC (or 0xE031CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 31 and CC. RGB value is (224,49,204). Sum of RGB (Red+Green+Blue) = 224+49+204=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E031CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031CC is #1FCE33. Grayscale: #767676. Windows color (decimal): -2084404 or 13382112. OLE color: 13382112.

HSL color Cylindrical-coordinate representation of color #E031CC: hue angle of 306.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031CC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB22449204-
CMYK00.780.090.12
HSL306.86º73.84%53.53%-
HSV(B)306.86º78.12%87.84%-
XYZ42.7422.459.2-
YUV119175.98202.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 49 (19.53% from 255) = 10.27%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=46.96%
G=10.27%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244920400.780.090.12306.8673.8453.53
HexE031CC04E9C1334a36
Octal340613140116111446311266
Binary111000001100011100110001001110100111001001100111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E031CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E031CC; }

 p { color: rgb(224,49,204); }

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

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

 a { background-color: rgb(224,49,204); }

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

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

 span { border-color: rgb(224,49,204); }

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