#EB8FC5

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

Shades of Shocking #EB8FC5

Tints of Shocking #EB8FC5

Color information

#EB8FC5 (or 0xEB8FC5) is unknown color: approx Shocking. HEX triplet: EB, 8F and C5. RGB value is (235,143,197). Sum of RGB (Red+Green+Blue) = 235+143+197=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FC5 is #14703A. Grayscale: #B0B0B0. Windows color (decimal): -1339451 or 12947435. OLE color: 12947435.

HSL color Cylindrical-coordinate representation of color #EB8FC5: hue angle of 324.78º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8FC5 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235143197-
CMYK00.390.160.08
HSL324.78º69.7%74.12%-
HSV(B)324.78º39.15%92.16%-
XYZ54.1641.3457.95-
YUV176.66139.48169.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=40.87%
G=24.87%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514319700.390.160.08324.7869.774.12
HexEB8FC5027108145464a
Octal3532173050472010505106112
Binary111010111000111111000101010011110000100010100010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FC5; }

 p { color: rgb(235,143,197); }

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

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

 a { background-color: rgb(235,143,197); }

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

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

 span { border-color: rgb(235,143,197); }

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