#EB97CF

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

Shades of Shocking #EB97CF

Tints of Shocking #EB97CF

Color information

#EB97CF (or 0xEB97CF) is unknown color: approx Shocking. HEX triplet: EB, 97 and CF. RGB value is (235,151,207). Sum of RGB (Red+Green+Blue) = 235+151+207=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97CF is #146830. Grayscale: #B6B6B6. Windows color (decimal): -1337393 or 13604843. OLE color: 13604843.

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

Color convert

RGB235151207-
CMYK00.360.120.08
HSL320º67.74%75.69%-
HSV(B)320º35.74%92.16%-
XYZ56.5944.364.6-
YUV182.5141.83165.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=39.63%
G=25.46%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515120700.360.120.0832067.7475.69
HexEB97CF024C8140444c
Octal3532273170441410500104114
Binary11101011100101111100111101001001100100010100000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97CF; }

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

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

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

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

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

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

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

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