#EB9ACA

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

Shades of Shocking #EB9ACA

Tints of Shocking #EB9ACA

Color information

#EB9ACA (or 0xEB9ACA) is unknown color: approx Shocking. HEX triplet: EB, 9A and CA. RGB value is (235,154,202). Sum of RGB (Red+Green+Blue) = 235+154+202=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ACA is #146535. Grayscale: #B7B7B7. Windows color (decimal): -1336630 or 13277931. OLE color: 13277931.

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

Color convert

RGB235154202-
CMYK00.340.140.08
HSL324.44º66.94%76.27%-
HSV(B)324.44º34.47%92.16%-
XYZ56.4845.0461.59-
YUV183.69138.34164.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=39.76%
G=26.06%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515420200.340.140.08324.4466.9476.27
HexEB9ACA022E8144434c
Octal3532323120421610504103114
Binary11101011100110101100101001000101110100010100010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ACA; }

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

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

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

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

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

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

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

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