Html Css Color HEX #ED91B1 Illusion

📋 copy color: '#ED91B1'

red 237 ◦ green 145 ◦ blue 177

#ED91B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #ED91B1

Tints of Illusion #ED91B1

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

 GREEN value IS 145 (57.03% from 255) = 25.94%

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 42.4%
G = 25.94%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED91B1 (or 0xED91B1) is known color: Illusion. HEX triplet: ED, 91 and B1. RGB value is (237,145,177). Sum of RGB (Red+Green+Blue) = 237+145+177=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91B1 is #126E4E. Grayscale: #B0B0B0. Windows color (decimal): -1207887 or 11637229. OLE color: 11637229.

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

Color convert

RGB 237 145 177 -
CMYK 0 0.39 0.25 0.07
HSL 339.13º 0.72% 0.75% -
HSV(B) 339.13º 0.39% 0.93% -
XYZ 52.99 41.43 46.8 -
YUV 176.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 237 145 177 0 0.39 0.25 0.07 339.13 0.72 0.75
Hex ED 91 B1 0 27 19 7 153 48 4B
Octal 355 221 261 0 47 31 7 523 110 113
Binary 11101101 10010001 10110001 0 100111 11001 111 101010011 1001000 1001011

Color Harmonies of #ED91B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91B1

Black with #ED91B1

Text Example


Text Example

White with #ED91B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91B1; }

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

 H1.HeaderClassName
 {
   color: #ED91B1;
 }
 .AnyTagClassName
 {
   color: #ED91B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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