#ed90bf

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

Shades of Shocking #ED90BF

Tints of Shocking #ED90BF

Color information

#ED90BF (or 0xED90BF) is unknown color: approx Shocking. HEX triplet: ED, 90 and BF. RGB value is (237,144,191). Sum of RGB (Red+Green+Blue) = 237+144+191=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90BF is #126F40. Grayscale: #B1B1B1. Windows color (decimal): -1208129 or 12554477. OLE color: 12554477.

HSL color Cylindrical-coordinate representation of color #ED90BF: hue angle of 329.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90BF is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237144191-
CMYK00.390.190.07
HSL329.68º72.09%74.71%-
HSV(B)329.68º39.24%92.94%-
XYZ54.341.7154.48-
YUV177.16135.81170.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 191 (75% from 255) = 33.39%
R=41.43%
G=25.17%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714419100.390.190.07329.6872.0974.71
HexED90BF02713714a484b
Octal355220277047237512110113
Binary11101101100100001011111101001111001111110100101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed90bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed90bf; }

 p { color: rgb(237,144,191); }

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

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

 a { background-color: rgb(237,144,191); }

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

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

 span { border-color: rgb(237,144,191); }

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