#E12AC4

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

Shades of Razzle Dazzle Rose #E12AC4

Tints of Razzle Dazzle Rose #E12AC4

Color information

#E12AC4 (or 0xE12AC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2A and C4. RGB value is (225,42,196). Sum of RGB (Red+Green+Blue) = 225+42+196=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12AC4 is #1ED53B. Grayscale: #717171. Windows color (decimal): -2020668 or 12856033. OLE color: 12856033.

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

Color convert

RGB22542196-
CMYK00.810.130.12
HSL309.51º75.31%52.35%-
HSV(B)309.51º81.33%88.24%-
XYZ41.8421.6554.2-
YUV114.27174.13206.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 42 (16.80% from 255) = 9.07%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=48.60%
G=9.07%
B=42.33%

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
Decimal2254219600.810.130.12309.5175.3152.35
HexE12AC4051DC1364b34
Octal341523040121151446611364
Binary111000011010101100010001010001110111001001101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12AC4; }

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

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

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

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

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

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

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

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