#ED98B5

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

Shades of Illusion #ED98B5

Tints of Illusion #ED98B5

Color information

#ED98B5 (or 0xED98B5) is unknown color: approx Illusion. HEX triplet: ED, 98 and B5. RGB value is (237,152,181). Sum of RGB (Red+Green+Blue) = 237+152+181=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98B5 is #12674A. Grayscale: #B4B4B4. Windows color (decimal): -1206091 or 11901165. OLE color: 11901165.

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

Color convert

RGB237152181-
CMYK00.360.240.07
HSL339.53º70.25%76.27%-
HSV(B)339.53º35.86%92.94%-
XYZ54.4943.849.3-
YUV180.72128.16168.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=41.58%
G=26.67%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715218100.360.240.07339.5370.2576.27
HexED98B5024187154464c
Octal355230265044307524106114
Binary11101101100110001011010101001001100011110101010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98B5; }

 p { color: rgb(237,152,181); }

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

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

 a { background-color: rgb(237,152,181); }

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

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

 span { border-color: rgb(237,152,181); }

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