#ED8CB7

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

Shades of Shocking #ED8CB7

Tints of Shocking #ED8CB7

Color information

#ED8CB7 (or 0xED8CB7) is unknown color: approx Shocking. HEX triplet: ED, 8C and B7. RGB value is (237,140,183). Sum of RGB (Red+Green+Blue) = 237+140+183=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CB7 is #127348. Grayscale: #ADADAD. Windows color (decimal): -1209161 or 12029165. OLE color: 12029165.

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

Color convert

RGB237140183-
CMYK00.410.230.07
HSL333.4º72.93%73.92%-
HSV(B)333.4º40.93%92.94%-
XYZ52.8540.1849.77-
YUV173.9133.14173-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 183 (71.88% from 255) = 32.68%
R=42.32%
G=25%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714018300.410.230.07333.472.9373.92
HexED8CB702917714d494a
Octal355214267051277515111112
Binary11101101100011001011011101010011011111110100110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CB7; }

 p { color: rgb(237,140,183); }

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

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

 a { background-color: rgb(237,140,183); }

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

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

 span { border-color: rgb(237,140,183); }

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