#ED98B2

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

Shades of Illusion #ED98B2

Tints of Illusion #ED98B2

Color information

#ED98B2 (or 0xED98B2) is unknown color: approx Illusion. HEX triplet: ED, 98 and B2. RGB value is (237,152,178). Sum of RGB (Red+Green+Blue) = 237+152+178=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98B2 is #12674D. Grayscale: #B4B4B4. Windows color (decimal): -1206094 or 11704557. OLE color: 11704557.

HSL color Cylindrical-coordinate representation of color #ED98B2: hue angle of 341.65º 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 #ED98B2 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237152178-
CMYK00.360.250.07
HSL341.65º70.25%76.27%-
HSV(B)341.65º35.86%92.94%-
XYZ54.1943.6847.69-
YUV180.38126.66168.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=41.80%
G=26.81%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715217800.360.250.07341.6570.2576.27
HexED98B2024197156464c
Octal355230262044317526106114
Binary11101101100110001011001001001001100111110101011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98B2; }

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

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

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

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

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

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

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

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