#E12AC2

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

Shades of Razzle Dazzle Rose #E12AC2

Tints of Razzle Dazzle Rose #E12AC2

Color information

#E12AC2 (or 0xE12AC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2A and C2. RGB value is (225,42,194). Sum of RGB (Red+Green+Blue) = 225+42+194=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AC2 is #1ED53D. Grayscale: #717171. Windows color (decimal): -2020670 or 12724961. OLE color: 12724961.

HSL color Cylindrical-coordinate representation of color #E12AC2: hue angle of 310.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12AC2 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB22542194-
CMYK00.810.140.12
HSL310.16º75.31%52.35%-
HSV(B)310.16º81.33%88.24%-
XYZ41.6221.5653.01-
YUV114.04173.13207.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 42 (16.80% from 255) = 9.11%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=48.81%
G=9.11%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254219400.810.140.12310.1675.3152.35
HexE12AC2051EC1364b34
Octal341523020121161446611364
Binary111000011010101100001001010001111011001001101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AC2; }

 p { color: rgb(225,42,194); }

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

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

 a { background-color: rgb(225,42,194); }

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

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

 span { border-color: rgb(225,42,194); }

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