#E12AC7

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

Shades of Razzle Dazzle Rose #E12AC7

Tints of Razzle Dazzle Rose #E12AC7

Color information

#E12AC7 (or 0xE12AC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2A and C7. RGB value is (225,42,199). Sum of RGB (Red+Green+Blue) = 225+42+199=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AC7 is #1ED538. Grayscale: #727272. Windows color (decimal): -2020665 or 13052641. OLE color: 13052641.

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

Color convert

RGB22542199-
CMYK00.810.120.12
HSL308.52º75.31%52.35%-
HSV(B)308.52º81.33%88.24%-
XYZ42.1921.7956.01-
YUV114.61175.63206.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 42 (16.80% from 255) = 9.01%
BLUE value IS 199 (78.12% from 255) = 42.70%
R=48.28%
G=9.01%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254219900.810.120.12308.5275.3152.35
HexE12AC7051CC1354b34
Octal341523070121141446511364
Binary111000011010101100011101010001110011001001101011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AC7; }

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

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

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

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

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

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

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

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