#ED8EBC

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

Shades of Shocking #ED8EBC

Tints of Shocking #ED8EBC

Color information

#ED8EBC (or 0xED8EBC) is unknown color: approx Shocking. HEX triplet: ED, 8E and BC. RGB value is (237,142,188). Sum of RGB (Red+Green+Blue) = 237+142+188=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8EBC is #127143. Grayscale: #AFAFAF. Windows color (decimal): -1208644 or 12357357. OLE color: 12357357.

HSL color Cylindrical-coordinate representation of color #ED8EBC: hue angle of 330.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8EBC is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB237142188-
CMYK00.400.210.07
HSL330.95º72.52%74.31%-
HSV(B)330.95º40.08%92.94%-
XYZ53.6840.9852.66-
YUV175.65134.97171.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 142 (55.86% from 255) = 25.04%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=41.80%
G=25.04%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714218800.400.210.07330.9572.5274.31
HexED8EBC02815714b494a
Octal355216274050257513111112
Binary11101101100011101011110001010001010111110100101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8EBC; }

 p { color: rgb(237,142,188); }

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

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

 a { background-color: rgb(237,142,188); }

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

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

 span { border-color: rgb(237,142,188); }

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