#EB1DC7

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

Shades of Shocking Pink #EB1DC7

Tints of Shocking Pink #EB1DC7

Color information

#EB1DC7 (or 0xEB1DC7) is unknown color: approx Shocking Pink. HEX triplet: EB, 1D and C7. RGB value is (235,29,199). Sum of RGB (Red+Green+Blue) = 235+29+199=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1DC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1DC7 is #14E238. Grayscale: #6D6D6D. Windows color (decimal): -1368633 or 13049323. OLE color: 13049323.

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

Color convert

RGB23529199-
CMYK00.880.150.08
HSL310.49º83.74%51.76%-
HSV(B)310.49º87.66%92.16%-
XYZ45.0122.6656.04-
YUV109.97178.25217.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.76%
GREEN value IS 29 (11.72% from 255) = 6.26%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=50.76%
G=6.26%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352919900.880.150.08310.4983.7451.76
HexEB1DC7058F81365434
Octal353353070130171046612464
Binary11101011111011100011101011000111110001001101101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1DC7; }

 p { color: rgb(235,29,199); }

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

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

 a { background-color: rgb(235,29,199); }

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

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

 span { border-color: rgb(235,29,199); }

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