#E12FC3

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

Shades of Razzle Dazzle Rose #E12FC3

Tints of Razzle Dazzle Rose #E12FC3

Color information

#E12FC3 (or 0xE12FC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2F and C3. RGB value is (225,47,195). Sum of RGB (Red+Green+Blue) = 225+47+195=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12FC3 is #1ED03C. Grayscale: #747474. Windows color (decimal): -2019389 or 12791777. OLE color: 12791777.

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

Color convert

RGB22547195-
CMYK00.790.130.12
HSL310.11º74.79%53.33%-
HSV(B)310.11º79.11%88.24%-
XYZ41.9221.9853.66-
YUV117.09171.97204.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.18%
GREEN value IS 47 (18.75% from 255) = 10.06%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=48.18%
G=10.06%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254719500.790.130.12310.1174.7953.33
HexE12FC304FDC1364b35
Octal341573030117151446611365
Binary111000011011111100001101001111110111001001101101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12FC3; }

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

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

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

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

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

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

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

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