#E12AC3

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

Shades of Razzle Dazzle Rose #E12AC3

Tints of Razzle Dazzle Rose #E12AC3

Color information

#E12AC3 (or 0xE12AC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2A and C3. RGB value is (225,42,195). Sum of RGB (Red+Green+Blue) = 225+42+195=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AC3 is #1ED53C. Grayscale: #717171. Windows color (decimal): -2020669 or 12790497. OLE color: 12790497.

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

Color convert

RGB22542195-
CMYK00.810.130.12
HSL309.84º75.31%52.35%-
HSV(B)309.84º81.33%88.24%-
XYZ41.7321.653.6-
YUV114.16173.63207.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 42 (16.80% from 255) = 9.09%
BLUE value IS 195 (76.56% from 255) = 42.21%
R=48.70%
G=9.09%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254219500.810.130.12309.8475.3152.35
HexE12AC3051DC1364b34
Octal341523030121151446611364
Binary111000011010101100001101010001110111001001101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AC3; }

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

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

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

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

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

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

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

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