#ED9ABF

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

Shades of Shocking #ED9ABF

Tints of Shocking #ED9ABF

Color information

#ED9ABF (or 0xED9ABF) is unknown color: approx Shocking. HEX triplet: ED, 9A and BF. RGB value is (237,154,191). Sum of RGB (Red+Green+Blue) = 237+154+191=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ABF is #126540. Grayscale: #B6B6B6. Windows color (decimal): -1205569 or 12557037. OLE color: 12557037.

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

Color convert

RGB237154191-
CMYK00.350.190.07
HSL333.25º69.75%76.67%-
HSV(B)333.25º35.02%92.94%-
XYZ55.8844.8855.01-
YUV183.04132.5166.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 191 (75% from 255) = 32.82%
R=40.72%
G=26.46%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715419100.350.190.07333.2569.7576.67
HexED9ABF02313714d464d
Octal355232277043237515106115
Binary11101101100110101011111101000111001111110100110110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9ABF; }

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

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

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

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

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

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

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

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