#EB10C9

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

Shades of Shocking Pink #EB10C9

Tints of Shocking Pink #EB10C9

Color information

#EB10C9 (or 0xEB10C9) is unknown color: approx Shocking Pink. HEX triplet: EB, 10 and C9. RGB value is (235,16,201). Sum of RGB (Red+Green+Blue) = 235+16+201=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10C9 is #14EF36. Grayscale: #666666. Windows color (decimal): -1371959 or 13177067. OLE color: 13177067.

HSL color Cylindrical-coordinate representation of color #EB10C9: hue angle of 309.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB10C9 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB23516201-
CMYK00.930.140.08
HSL309.32º87.25%49.22%-
HSV(B)309.32º93.19%92.16%-
XYZ44.9922.2557.18-
YUV102.57183.55222.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 16 (6.64% from 255) = 3.54%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=51.99%
G=3.54%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351620100.930.140.08309.3287.2549.22
HexEB10C905DE81355731
Octal353203110135161046512761
Binary11101011100001100100101011101111010001001101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB10C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB10C9; }

 p { color: rgb(235,16,201); }

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

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

 a { background-color: rgb(235,16,201); }

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

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

 span { border-color: rgb(235,16,201); }

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