Html Css Color HEX #ED9BAB Illusion

📋 copy color: '#ED9BAB'

red 237 ◦ green 155 ◦ blue 171

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

Shades of Illusion #ED9BAB

Tints of Illusion #ED9BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 42.1%
G = 27.53%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED9BAB (or 0xED9BAB) is known color: Illusion. HEX triplet: ED, 9B and AB. RGB value is (237,155,171). Sum of RGB (Red+Green+Blue) = 237+155+171=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BAB is #126454. Grayscale: #B5B5B5. Windows color (decimal): -1205333 or 11246573. OLE color: 11246573.

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

Color convert

RGB 237 155 171 -
CMYK 0 0.35 0.28 0.07
HSL 348.29º 0.69% 0.77% -
HSV(B) 348.29º 0.35% 0.93% -
XYZ 54 44.39 44.25 -
YUV 181.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 237 155 171 0 0.35 0.28 0.07 348.29 0.69 0.77
Hex ED 9B AB 0 23 1C 7 15C 45 4D
Octal 355 233 253 0 43 34 7 534 105 115
Binary 11101101 10011011 10101011 0 100011 11100 111 101011100 1000101 1001101

Color Harmonies of #ED9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9BAB

Black with #ED9BAB

Text Example


Text Example

White with #ED9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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