#EB9FC1

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

Shades of Shocking #EB9FC1

Tints of Shocking #EB9FC1

Color information

#EB9FC1 (or 0xEB9FC1) is unknown color: approx Shocking. HEX triplet: EB, 9F and C1. RGB value is (235,159,193). Sum of RGB (Red+Green+Blue) = 235+159+193=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9FC1 is #14603E. Grayscale: #B9B9B9. Windows color (decimal): -1335359 or 12689387. OLE color: 12689387.

HSL color Cylindrical-coordinate representation of color #EB9FC1: hue angle of 333.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EB9FC1 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235159193-
CMYK00.320.180.08
HSL333.16º65.52%77.25%-
HSV(B)333.16º32.34%92.16%-
XYZ56.2846.3156.42-
YUV185.6132.18163.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=40.03%
G=27.09%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515919300.320.180.08333.1665.5277.25
HexEB9FC102012814d424d
Octal3532373010402210515102115
Binary111010111001111111000001010000010010100010100110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FC1; }

 p { color: rgb(235,159,193); }

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

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

 a { background-color: rgb(235,159,193); }

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

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

 span { border-color: rgb(235,159,193); }

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