#EB8DC4

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

Shades of Shocking #EB8DC4

Tints of Shocking #EB8DC4

Color information

#EB8DC4 (or 0xEB8DC4) is unknown color: approx Shocking. HEX triplet: EB, 8D and C4. RGB value is (235,141,196). Sum of RGB (Red+Green+Blue) = 235+141+196=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC4 is #14723B. Grayscale: #AFAFAF. Windows color (decimal): -1339964 or 12881387. OLE color: 12881387.

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

Color convert

RGB235141196-
CMYK00.40.170.08
HSL324.89º70.15%73.73%-
HSV(B)324.89º40%92.16%-
XYZ53.7540.757.25-
YUV175.38139.64170.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 196 (76.95% from 255) = 34.27%
R=41.08%
G=24.65%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514119600.40.170.08324.8970.1573.73
HexEB8DC4028118145464a
Octal3532153040502110505106112
Binary111010111000110111000100010100010001100010100010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DC4; }

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

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

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

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

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

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

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

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