#E131DF

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

Shades of Razzle Dazzle Rose #E131DF

Tints of Razzle Dazzle Rose #E131DF

Color information

#E131DF (or 0xE131DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 31 and DF. RGB value is (225,49,223). Sum of RGB (Red+Green+Blue) = 225+49+223=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E131DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131DF is #1ECE20. Grayscale: #787878. Windows color (decimal): -2018849 or 14627297. OLE color: 14627297.

HSL color Cylindrical-coordinate representation of color #E131DF: hue angle of 300.68º degrees, saturation: 0.75, 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 #E131DF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22549223-
CMYK00.780.010.12
HSL300.68º74.58%53.73%-
HSV(B)300.68º78.22%88.24%-
XYZ45.4723.5371.96-
YUV121.46185.31201.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 49 (19.53% from 255) = 9.86%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=45.27%
G=9.86%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254922300.780.010.12300.6874.5853.73
HexE131DF04E1C12d4b36
Octal34161337011611445511366
Binary111000011100011101111101001110111001001011011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E131DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E131DF; }

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

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

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

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

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

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

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

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