#e12ed8

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

Shades of Razzle Dazzle Rose #E12ED8

Tints of Razzle Dazzle Rose #E12ED8

Color information

#E12ED8 (or 0xE12ED8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2E and D8. RGB value is (225,46,216). Sum of RGB (Red+Green+Blue) = 225+46+216=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ED8 is #1ED127. Grayscale: #767676. Windows color (decimal): -2019624 or 14167777. OLE color: 14167777.

HSL color Cylindrical-coordinate representation of color #E12ED8: hue angle of 303.02º 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 #E12ED8 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22546216-
CMYK00.800.040.12
HSL303.02º74.9%53.14%-
HSV(B)303.02º79.56%88.24%-
XYZ44.4222.9267.05-
YUV118.9182.8203.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 46 (18.36% from 255) = 9.45%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=46.20%
G=9.45%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254621600.800.040.12303.0274.953.14
HexE12ED80504C12f4b35
Octal34156330012041445711365
Binary11100001101110110110000101000010011001001011111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12ed8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12ed8; }

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

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

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

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

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

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

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

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