#E931DF

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

Shades of Razzle Dazzle Rose #E931DF

Tints of Razzle Dazzle Rose #E931DF

Color information

#E931DF (or 0xE931DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 31 and DF. RGB value is (233,49,223). Sum of RGB (Red+Green+Blue) = 233+49+223=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E931DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E931DF is #16CE20. Grayscale: #7B7B7B. Windows color (decimal): -1494561 or 14627305. OLE color: 14627305.

HSL color Cylindrical-coordinate representation of color #E931DF: hue angle of 303.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E931DF is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB23349223-
CMYK00.790.040.09
HSL303.26º80.7%55.29%-
HSV(B)303.26º78.97%91.37%-
XYZ48.0224.8572.08-
YUV123.85183.96205.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.14%
GREEN value IS 49 (19.53% from 255) = 9.70%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=46.14%
G=9.70%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334922300.790.040.09303.2680.755.29
HexE931DF04F4912f5137
Octal35161337011741145712167
Binary11101001110001110111110100111110010011001011111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E931DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E931DF; }

 p { color: rgb(233,49,223); }

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

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

 a { background-color: rgb(233,49,223); }

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

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

 span { border-color: rgb(233,49,223); }

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