#EB23C3

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

Shades of Shocking Pink #EB23C3

Tints of Shocking Pink #EB23C3

Color information

#EB23C3 (or 0xEB23C3) is unknown color: approx Shocking Pink. HEX triplet: EB, 23 and C3. RGB value is (235,35,195). Sum of RGB (Red+Green+Blue) = 235+35+195=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB23C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB23C3 is #14DC3C. Grayscale: #707070. Windows color (decimal): -1367101 or 12788715. OLE color: 12788715.

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

Color convert

RGB23535195-
CMYK00.850.170.08
HSL312º83.33%52.94%-
HSV(B)312º85.11%92.16%-
XYZ44.7122.853.67-
YUV113.04174.26214.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 35 (14.06% from 255) = 7.53%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=50.54%
G=7.53%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353519500.850.170.0831283.3352.94
HexEB23C30551181385335
Octal353433030125211047012365
Binary1110101110001111000011010101011000110001001110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB23C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB23C3; }

 p { color: rgb(235,35,195); }

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

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

 a { background-color: rgb(235,35,195); }

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

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

 span { border-color: rgb(235,35,195); }

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