#EB9CC3

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

Shades of Shocking #EB9CC3

Tints of Shocking #EB9CC3

Color information

#EB9CC3 (or 0xEB9CC3) is unknown color: approx Shocking. HEX triplet: EB, 9C and C3. RGB value is (235,156,195). Sum of RGB (Red+Green+Blue) = 235+156+195=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9CC3 is #14633C. Grayscale: #B7B7B7. Windows color (decimal): -1336125 or 12819691. OLE color: 12819691.

HSL color Cylindrical-coordinate representation of color #EB9CC3: hue angle of 330.38º 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 #EB9CC3 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235156195-
CMYK00.340.170.08
HSL330.38º66.39%76.67%-
HSV(B)330.38º33.62%92.16%-
XYZ5645.3857.44-
YUV184.07134.17164.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 195 (76.56% from 255) = 33.28%
R=40.10%
G=26.62%
B=33.28%

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
Decimal23515619500.340.170.08330.3866.3976.67
HexEB9CC302211814a424d
Octal3532343030422110512102115
Binary111010111001110011000011010001010001100010100101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CC3; }

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

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

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

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

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

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

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

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