#EB16D4

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

Shades of Shocking Pink #EB16D4

Tints of Shocking Pink #EB16D4

Color information

#EB16D4 (or 0xEB16D4) is unknown color: approx Shocking Pink. HEX triplet: EB, 16 and D4. RGB value is (235,22,212). Sum of RGB (Red+Green+Blue) = 235+22+212=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB16D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB16D4 is #14E92B. Grayscale: #6A6A6A. Windows color (decimal): -1370412 or 13899499. OLE color: 13899499.

HSL color Cylindrical-coordinate representation of color #EB16D4: hue angle of 306.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB16D4 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB23522212-
CMYK00.910.100.08
HSL306.48º84.19%50.39%-
HSV(B)306.48º90.64%92.16%-
XYZ46.4322.9964.28-
YUV107.35187.07219.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 22 (8.98% from 255) = 4.69%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=50.11%
G=4.69%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352221200.910.100.08306.4884.1950.39
HexEB16D405BA81325432
Octal353263240133121046212462
Binary11101011101101101010001011011101010001001100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB16D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB16D4; }

 p { color: rgb(235,22,212); }

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

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

 a { background-color: rgb(235,22,212); }

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

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

 span { border-color: rgb(235,22,212); }

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