#ed91b2

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

Shades of Illusion #ED91B2

Tints of Illusion #ED91B2

Color information

#ED91B2 (or 0xED91B2) is unknown color: approx Illusion. HEX triplet: ED, 91 and B2. RGB value is (237,145,178). Sum of RGB (Red+Green+Blue) = 237+145+178=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91B2 is #126E4D. Grayscale: #B0B0B0. Windows color (decimal): -1207886 or 11702765. OLE color: 11702765.

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

Color convert

RGB237145178-
CMYK00.390.250.07
HSL338.48º71.88%74.9%-
HSV(B)338.48º38.82%92.94%-
XYZ53.0941.4747.33-
YUV176.27128.98171.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=42.32%
G=25.89%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714517800.390.250.07338.4871.8874.9
HexED91B2027197152484b
Octal355221262047317522110113
Binary11101101100100011011001001001111100111110101001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed91b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed91b2; }

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

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

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

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

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

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

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

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