#EB1CC4

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

Shades of Shocking Pink #EB1CC4

Tints of Shocking Pink #EB1CC4

Color information

#EB1CC4 (or 0xEB1CC4) is unknown color: approx Shocking Pink. HEX triplet: EB, 1C and C4. RGB value is (235,28,196). Sum of RGB (Red+Green+Blue) = 235+28+196=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1CC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1CC4 is #14E33B. Grayscale: #6C6C6C. Windows color (decimal): -1368892 or 12852459. OLE color: 12852459.

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

Color convert

RGB23528196-
CMYK00.880.170.08
HSL311.3º83.81%51.57%-
HSV(B)311.3º88.09%92.16%-
XYZ44.6422.4854.21-
YUV109.04177.08217.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 28 (11.33% from 255) = 6.10%
BLUE value IS 196 (76.95% from 255) = 42.70%
R=51.20%
G=6.10%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352819600.880.170.08311.383.8151.57
HexEB1CC40581181375434
Octal353343040130211046712464
Binary111010111110011000100010110001000110001001101111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1CC4; }

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

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

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

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

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

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

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

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