#E12EDE

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

Shades of Razzle Dazzle Rose #E12EDE

Tints of Razzle Dazzle Rose #E12EDE

Color information

#E12EDE (or 0xE12EDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2E and DE. RGB value is (225,46,222). Sum of RGB (Red+Green+Blue) = 225+46+222=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12EDE is #1ED121. Grayscale: #777777. Windows color (decimal): -2019618 or 14560993. OLE color: 14560993.

HSL color Cylindrical-coordinate representation of color #E12EDE: hue angle of 301.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12EDE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22546222-
CMYK00.800.010.12
HSL301.01º74.9%53.14%-
HSV(B)301.01º79.56%88.24%-
XYZ45.2123.2471.21-
YUV119.58185.8203.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 46 (18.36% from 255) = 9.33%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=45.64%
G=9.33%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254622200.800.010.12301.0174.953.14
HexE12EDE0501C12d4b35
Octal34156336012011445511365
Binary111000011011101101111001010000111001001011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12EDE; }

 p { color: rgb(225,46,222); }

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

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

 a { background-color: rgb(225,46,222); }

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

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

 span { border-color: rgb(225,46,222); }

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