#ED96AF

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

Shades of Illusion #ED96AF

Tints of Illusion #ED96AF

Color information

#ED96AF (or 0xED96AF) is unknown color: approx Illusion. HEX triplet: ED, 96 and AF. RGB value is (237,150,175). Sum of RGB (Red+Green+Blue) = 237+150+175=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96AF is #126950. Grayscale: #B2B2B2. Windows color (decimal): -1206609 or 11507437. OLE color: 11507437.

HSL color Cylindrical-coordinate representation of color #ED96AF: hue angle of 342.76º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96AF is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237150175-
CMYK00.370.260.07
HSL342.76º70.73%75.88%-
HSV(B)342.76º36.71%92.94%-
XYZ53.5742.9146.02-
YUV178.86125.82169.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=42.17%
G=26.69%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715017500.370.260.07342.7670.7375.88
HexED96AF0251A7157474c
Octal355226257045327527107114
Binary11101101100101101010111101001011101011110101011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED96AF; }

 p { color: rgb(237,150,175); }

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

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

 a { background-color: rgb(237,150,175); }

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

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

 span { border-color: rgb(237,150,175); }

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