#E12CBC

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

Shades of Razzle Dazzle Rose #E12CBC

Tints of Razzle Dazzle Rose #E12CBC

Color information

#E12CBC (or 0xE12CBC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2C and BC. RGB value is (225,44,188). Sum of RGB (Red+Green+Blue) = 225+44+188=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12CBC is #1ED343. Grayscale: #727272. Windows color (decimal): -2020164 or 12332257. OLE color: 12332257.

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

Color convert

RGB22544188-
CMYK00.800.160.12
HSL312.27º75.1%52.75%-
HSV(B)312.27º80.44%88.24%-
XYZ41.0321.4449.55-
YUV114.54169.47206.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 44 (17.58% from 255) = 9.63%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=49.23%
G=9.63%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254418800.800.160.12312.2775.152.75
HexE12CBC05010C1384b35
Octal341542740120201447011365
Binary1110000110110010111100010100001000011001001110001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12CBC; }

 p { color: rgb(225,44,188); }

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

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

 a { background-color: rgb(225,44,188); }

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

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

 span { border-color: rgb(225,44,188); }

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