#E412BD

Color #E412BD Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E412BD

Tints of Shocking Pink #E412BD

Color information

#E412BD (or 0xE412BD) is unknown color: approx Shocking Pink. HEX triplet: E4, 12 and BD. RGB value is (228,18,189). Sum of RGB (Red+Green+Blue) = 228+18+189=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E412BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E412BD is #1BED42. Grayscale: #636363. Windows color (decimal): -1830211 or 12391140. OLE color: 12391140.

HSL color Cylindrical-coordinate representation of color #E412BD: hue angle of 311.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E412BD is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22818189-
CMYK00.920.170.11
HSL311.14º85.37%48.24%-
HSV(B)311.14º92.11%89.41%-
XYZ41.420.649.94-
YUV100.28178.07219.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.41%
GREEN value IS 18 (7.42% from 255) = 4.14%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=52.41%
G=4.14%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281818900.920.170.11311.1485.3748.24
HexE412BD05C11B1375530
Octal344222750134211346712560
Binary111001001001010111101010111001000110111001101111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E412BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E412BD; }

 p { color: rgb(228,18,189); }

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

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

 a { background-color: rgb(228,18,189); }

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

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

 span { border-color: rgb(228,18,189); }

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