Html Css Color HEX #ED9BB1 Illusion

📋 copy color: '#ED9BB1'

red 237 ◦ green 155 ◦ blue 177

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

Shades of Illusion #ED9BB1

Tints of Illusion #ED9BB1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.24%

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

R = 41.65%
G = 27.24%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED9BB1 (or 0xED9BB1) is known color: Illusion. HEX triplet: ED, 9B and B1. RGB value is (237,155,177). Sum of RGB (Red+Green+Blue) = 237+155+177=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BB1 is #12644E. Grayscale: #B6B6B6. Windows color (decimal): -1205327 or 11639789. OLE color: 11639789.

HSL color Cylindrical-coordinate representation of color #ED9BB1: hue angle of 343.9º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BB1 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 155 177 -
CMYK 0 0.35 0.25 0.07
HSL 343.9º 0.69% 0.77% -
HSV(B) 343.9º 0.35% 0.93% -
XYZ 54.58 44.62 47.33 -
YUV 182.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 237 155 177 0 0.35 0.25 0.07 343.9 0.69 0.77
Hex ED 9B B1 0 23 19 7 158 45 4D
Octal 355 233 261 0 43 31 7 530 105 115
Binary 11101101 10011011 10110001 0 100011 11001 111 101011000 1000101 1001101

Color Harmonies of #ED9BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BB1

Black with #ED9BB1

Text Example


Text Example

White with #ED9BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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