#E12ED5

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

Shades of Razzle Dazzle Rose #E12ED5

Tints of Razzle Dazzle Rose #E12ED5

Color information

#E12ED5 (or 0xE12ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2E and D5. RGB value is (225,46,213). Sum of RGB (Red+Green+Blue) = 225+46+213=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E12ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12ED5 is #1ED12A. Grayscale: #767676. Windows color (decimal): -2019627 or 13971169. OLE color: 13971169.

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

Color convert

RGB22546213-
CMYK00.800.050.12
HSL304.02º74.9%53.14%-
HSV(B)304.02º79.56%88.24%-
XYZ44.0422.7765.02-
YUV118.56181.3203.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 46 (18.36% from 255) = 9.50%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=46.49%
G=9.50%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254621300.800.050.12304.0274.953.14
HexE12ED50505C1304b35
Octal34156325012051446011365
Binary11100001101110110101010101000010111001001100001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12ED5; }

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

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

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

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

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

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

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

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