#EB1BD6

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

Shades of Shocking Pink #EB1BD6

Tints of Shocking Pink #EB1BD6

Color information

#EB1BD6 (or 0xEB1BD6) is unknown color: approx Shocking Pink. HEX triplet: EB, 1B and D6. RGB value is (235,27,214). Sum of RGB (Red+Green+Blue) = 235+27+214=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1BD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1BD6 is #14E429. Grayscale: #6D6D6D. Windows color (decimal): -1369130 or 14031851. OLE color: 14031851.

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

Color convert

RGB23527214-
CMYK00.890.090.08
HSL306.06º83.87%51.37%-
HSV(B)306.06º88.51%92.16%-
XYZ46.7923.365.65-
YUV110.51186.41216.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 27 (10.94% from 255) = 5.67%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=49.37%
G=5.67%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352721400.890.090.08306.0683.8751.37
HexEB1BD6059981325433
Octal353333260131111046212463
Binary11101011110111101011001011001100110001001100101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1BD6; }

 p { color: rgb(235,27,214); }

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

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

 a { background-color: rgb(235,27,214); }

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

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

 span { border-color: rgb(235,27,214); }

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