#EB98CE

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

Shades of Shocking #EB98CE

Tints of Shocking #EB98CE

Color information

#EB98CE (or 0xEB98CE) is unknown color: approx Shocking. HEX triplet: EB, 98 and CE. RGB value is (235,152,206). Sum of RGB (Red+Green+Blue) = 235+152+206=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98CE is #146731. Grayscale: #B6B6B6. Windows color (decimal): -1337138 or 13539563. OLE color: 13539563.

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

Color convert

RGB235152206-
CMYK00.350.120.08
HSL320.96º67.48%75.88%-
HSV(B)320.96º35.32%92.16%-
XYZ56.6344.5764.01-
YUV182.97141165.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=39.63%
G=25.63%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515220600.350.120.08320.9667.4875.88
HexEB98CE023C8141434c
Octal3532303160431410501103114
Binary11101011100110001100111001000111100100010100000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98CE; }

 p { color: rgb(235,152,206); }

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

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

 a { background-color: rgb(235,152,206); }

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

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

 span { border-color: rgb(235,152,206); }

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