Html Css Color HEX #E49BAB Kobi

📋 copy color: '#E49BAB'

red 228 ◦ green 155 ◦ blue 171

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

Shades of Kobi #E49BAB

Tints of Kobi #E49BAB

RGB

 RED value IS 228 (89.45% from 255) = 41.16%

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

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

R = 41.16%
G = 27.98%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E49BAB (or 0xE49BAB) is known color: Kobi. HEX triplet: E4, 9B and AB. RGB value is (228,155,171). Sum of RGB (Red+Green+Blue) = 228+155+171=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49BAB is #1B6454. Grayscale: #B2B2B2. Windows color (decimal): -1795157 or 11246564. OLE color: 11246564.

HSL color Cylindrical-coordinate representation of color #E49BAB: hue angle of 346.85º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49BAB is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 155 171 -
CMYK 0 0.32 0.25 0.11
HSL 346.85º 0.57% 0.75% -
HSV(B) 346.85º 0.32% 0.89% -
XYZ 51.07 42.88 44.11 -
YUV 178.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 228 155 171 0 0.32 0.25 0.11 346.85 0.57 0.75
Hex E4 9B AB 0 20 19 B 15B 39 4B
Octal 344 233 253 0 40 31 13 533 71 113
Binary 11100100 10011011 10101011 0 100000 11001 1011 101011011 111001 1001011

Color Harmonies of #E49BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49BAB

Black with #E49BAB

Text Example


Text Example

White with #E49BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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