#EB8DC0

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

Shades of Shocking #EB8DC0

Tints of Shocking #EB8DC0

Color information

#EB8DC0 (or 0xEB8DC0) is unknown color: approx Shocking. HEX triplet: EB, 8D and C0. RGB value is (235,141,192). Sum of RGB (Red+Green+Blue) = 235+141+192=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC0 is #14723F. Grayscale: #AEAEAE. Windows color (decimal): -1339968 or 12619243. OLE color: 12619243.

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

Color convert

RGB235141192-
CMYK00.40.180.08
HSL327.45º70.15%73.73%-
HSV(B)327.45º40%92.16%-
XYZ53.340.5254.88-
YUV174.92137.64170.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=41.37%
G=24.82%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514119200.40.180.08327.4570.1573.73
HexEB8DC0028128147464a
Octal3532153000502210507106112
Binary111010111000110111000000010100010010100010100011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DC0; }

 p { color: rgb(235,141,192); }

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

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

 a { background-color: rgb(235,141,192); }

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

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

 span { border-color: rgb(235,141,192); }

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