#EB10C4

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

Shades of Shocking Pink #EB10C4

Tints of Shocking Pink #EB10C4

Color information

#EB10C4 (or 0xEB10C4) is unknown color: approx Shocking Pink. HEX triplet: EB, 10 and C4. RGB value is (235,16,196). Sum of RGB (Red+Green+Blue) = 235+16+196=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10C4 is #14EF3B. Grayscale: #656565. Windows color (decimal): -1371964 or 12849387. OLE color: 12849387.

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

Color convert

RGB23516196-
CMYK00.930.170.08
HSL310.68º87.25%49.22%-
HSV(B)310.68º93.19%92.16%-
XYZ44.4122.0254.13-
YUV102181.05222.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 16 (6.64% from 255) = 3.58%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=52.57%
G=3.58%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351619600.930.170.08310.6887.2549.22
HexEB10C405D1181375731
Octal353203040135211046712761
Binary111010111000011000100010111011000110001001101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB10C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB10C4; }

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

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

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

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

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

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

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

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