#EB97C7

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

Shades of Shocking #EB97C7

Tints of Shocking #EB97C7

Color information

#EB97C7 (or 0xEB97C7) is unknown color: approx Shocking. HEX triplet: EB, 97 and C7. RGB value is (235,151,199). Sum of RGB (Red+Green+Blue) = 235+151+199=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97C7 is #146838. Grayscale: #B5B5B5. Windows color (decimal): -1337401 or 13080555. OLE color: 13080555.

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

Color convert

RGB235151199-
CMYK00.360.150.08
HSL325.71º67.74%75.69%-
HSV(B)325.71º35.74%92.16%-
XYZ55.6443.9259.58-
YUV181.59137.83166.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=40.17%
G=25.81%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515119900.360.150.08325.7167.7475.69
HexEB97C7024F8146444c
Octal3532273070441710506104114
Binary11101011100101111100011101001001111100010100011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97C7; }

 p { color: rgb(235,151,199); }

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

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

 a { background-color: rgb(235,151,199); }

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

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

 span { border-color: rgb(235,151,199); }

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