#EB1AB8

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

Shades of Shocking Pink #EB1AB8

Tints of Shocking Pink #EB1AB8

Color information

#EB1AB8 (or 0xEB1AB8) is unknown color: approx Shocking Pink. HEX triplet: EB, 1A and B8. RGB value is (235,26,184). Sum of RGB (Red+Green+Blue) = 235+26+184=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1AB8 is #14E547. Grayscale: #6A6A6A. Windows color (decimal): -1369416 or 12065515. OLE color: 12065515.

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

Color convert

RGB23526184-
CMYK00.890.220.08
HSL314.64º83.94%51.18%-
HSV(B)314.64º88.94%92.16%-
XYZ43.2821.8647.29-
YUV106.5171.74219.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 26 (10.55% from 255) = 5.84%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=52.81%
G=5.84%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352618400.890.220.08314.6483.9451.18
HexEB1AB805916813b5433
Octal353322700131261047312463
Binary111010111101010111000010110011011010001001110111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1AB8; }

 p { color: rgb(235,26,184); }

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

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

 a { background-color: rgb(235,26,184); }

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

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

 span { border-color: rgb(235,26,184); }

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