#EB15C8

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

Shades of Shocking Pink #EB15C8

Tints of Shocking Pink #EB15C8

Color information

#EB15C8 (or 0xEB15C8) is unknown color: approx Shocking Pink. HEX triplet: EB, 15 and C8. RGB value is (235,21,200). Sum of RGB (Red+Green+Blue) = 235+21+200=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15C8 is #14EA37. Grayscale: #686868. Windows color (decimal): -1370680 or 13112811. OLE color: 13112811.

HSL color Cylindrical-coordinate representation of color #EB15C8: hue angle of 309.81º 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 #EB15C8 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23521200-
CMYK00.910.150.08
HSL309.81º84.25%50.2%-
HSV(B)309.81º91.06%92.16%-
XYZ44.9522.3756.59-
YUV105.39181.4220.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 21 (8.59% from 255) = 4.61%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=51.54%
G=4.61%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352120000.910.150.08309.8184.2550.2
HexEB15C805BF81365432
Octal353253100133171046612462
Binary11101011101011100100001011011111110001001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB15C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB15C8; }

 p { color: rgb(235,21,200); }

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

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

 a { background-color: rgb(235,21,200); }

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

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

 span { border-color: rgb(235,21,200); }

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