#EB9CC2

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

Shades of Shocking #EB9CC2

Tints of Shocking #EB9CC2

Color information

#EB9CC2 (or 0xEB9CC2) is unknown color: approx Shocking. HEX triplet: EB, 9C and C2. RGB value is (235,156,194). Sum of RGB (Red+Green+Blue) = 235+156+194=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CC2 is #14633D. Grayscale: #B7B7B7. Windows color (decimal): -1336126 or 12754155. OLE color: 12754155.

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

Color convert

RGB235156194-
CMYK00.340.170.08
HSL331.14º66.39%76.67%-
HSV(B)331.14º33.62%92.16%-
XYZ55.8945.3356.84-
YUV183.95133.67164.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=40.17%
G=26.67%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515619400.340.170.08331.1466.3976.67
HexEB9CC202211814b424d
Octal3532343020422110513102115
Binary111010111001110011000010010001010001100010100101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CC2; }

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

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

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

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

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

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

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

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