#EB10CA

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

Shades of Shocking Pink #EB10CA

Tints of Shocking Pink #EB10CA

Color information

#EB10CA (or 0xEB10CA) is unknown color: approx Shocking Pink. HEX triplet: EB, 10 and CA. RGB value is (235,16,202). Sum of RGB (Red+Green+Blue) = 235+16+202=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10CA is #14EF35. Grayscale: #666666. Windows color (decimal): -1371958 or 13242603. OLE color: 13242603.

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

Color convert

RGB23516202-
CMYK00.930.140.08
HSL309.04º87.25%49.22%-
HSV(B)309.04º93.19%92.16%-
XYZ45.1122.357.8-
YUV102.68184.05222.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 16 (6.64% from 255) = 3.53%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=51.88%
G=3.53%
B=44.59%

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
Decimal2351620200.930.140.08309.0487.2549.22
HexEB10CA05DE81355731
Octal353203120135161046512761
Binary11101011100001100101001011101111010001001101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB10CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB10CA; }

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

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

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

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

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

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

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

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