#EB97CB

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

Shades of Shocking #EB97CB

Tints of Shocking #EB97CB

Color information

#EB97CB (or 0xEB97CB) is unknown color: approx Shocking. HEX triplet: EB, 97 and CB. RGB value is (235,151,203). Sum of RGB (Red+Green+Blue) = 235+151+203=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB97CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB97CB is #146834. Grayscale: #B5B5B5. Windows color (decimal): -1337397 or 13342699. OLE color: 13342699.

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

Color convert

RGB235151203-
CMYK00.360.140.08
HSL322.86º67.74%75.69%-
HSV(B)322.86º35.74%92.16%-
XYZ56.1144.1162.06-
YUV182.04139.83165.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=39.90%
G=25.64%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515120300.360.140.08322.8667.7475.69
HexEB97CB024E8143444c
Octal3532273130441610503104114
Binary11101011100101111100101101001001110100010100001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB97CB; }

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

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

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

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

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

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

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

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