#EB0CCA

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

Shades of Shocking Pink #EB0CCA

Tints of Shocking Pink #EB0CCA

Color information

#EB0CCA (or 0xEB0CCA) is unknown color: approx Shocking Pink. HEX triplet: EB, 0C and CA. RGB value is (235,12,202). Sum of RGB (Red+Green+Blue) = 235+12+202=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CCA is #14F335. Grayscale: #636363. Windows color (decimal): -1372982 or 13241579. OLE color: 13241579.

HSL color Cylindrical-coordinate representation of color #EB0CCA: hue angle of 308.88º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0CCA is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB23512202-
CMYK00.950.140.08
HSL308.88º90.28%48.43%-
HSV(B)308.88º94.89%92.16%-
XYZ45.0522.1957.79-
YUV100.34185.38224.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 12 (5.08% from 255) = 2.67%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=52.34%
G=2.67%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351220200.950.140.08308.8890.2848.43
HexEBCCA05FE81355a30
Octal353143120137161046513260
Binary1110101111001100101001011111111010001001101011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0CCA; }

 p { color: rgb(235,12,202); }

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

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

 a { background-color: rgb(235,12,202); }

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

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

 span { border-color: rgb(235,12,202); }

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