#EB8EC2

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

Shades of Shocking #EB8EC2

Tints of Shocking #EB8EC2

Color information

#EB8EC2 (or 0xEB8EC2) is unknown color: approx Shocking. HEX triplet: EB, 8E and C2. RGB value is (235,142,194). Sum of RGB (Red+Green+Blue) = 235+142+194=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8EC2 is #14713D. Grayscale: #AFAFAF. Windows color (decimal): -1339710 or 12750571. OLE color: 12750571.

HSL color Cylindrical-coordinate representation of color #EB8EC2: hue angle of 326.45º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8EC2 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235142194-
CMYK00.400.170.08
HSL326.45º69.92%73.92%-
HSV(B)326.45º39.57%92.16%-
XYZ53.6740.956.11-
YUV175.74138.31170.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 194 (76.17% from 255) = 33.98%
R=41.16%
G=24.87%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514219400.400.170.08326.4569.9273.92
HexEB8EC2028118146464a
Octal3532163020502110506106112
Binary111010111000111011000010010100010001100010100011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8EC2; }

 p { color: rgb(235,142,194); }

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

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

 a { background-color: rgb(235,142,194); }

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

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

 span { border-color: rgb(235,142,194); }

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