Html Css Color HEX #ED9BAC Illusion

📋 copy color: '#ED9BAC'

red 237 ◦ green 155 ◦ blue 172

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

Shades of Illusion #ED9BAC

Tints of Illusion #ED9BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.5%

R = 42.02%
G = 27.48%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED9BAC (or 0xED9BAC) is known color: Illusion. HEX triplet: ED, 9B and AC. RGB value is (237,155,172). Sum of RGB (Red+Green+Blue) = 237+155+172=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BAC is #126453. Grayscale: #B5B5B5. Windows color (decimal): -1205332 or 11312109. OLE color: 11312109.

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

Color convert

RGB 237 155 172 -
CMYK 0 0.35 0.27 0.07
HSL 347.56º 0.69% 0.77% -
HSV(B) 347.56º 0.35% 0.93% -
XYZ 54.09 44.43 44.75 -
YUV 181.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 237 155 172 0 0.35 0.27 0.07 347.56 0.69 0.77
Hex ED 9B AC 0 23 1B 7 15C 45 4D
Octal 355 233 254 0 43 33 7 534 105 115
Binary 11101101 10011011 10101100 0 100011 11011 111 101011100 1000101 1001101

Color Harmonies of #ED9BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BAC

Black with #ED9BAC

Text Example


Text Example

White with #ED9BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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