Html Css Color HEX #E49BAA Kobi

📋 copy color: '#E49BAA'

red 228 ◦ green 155 ◦ blue 170

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

Shades of Kobi #E49BAA

Tints of Kobi #E49BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 41.23%
G = 28.03%
B = 30.74%

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

#E49BAA (or 0xE49BAA) is known color: Kobi. HEX triplet: E4, 9B and AA. RGB value is (228,155,170). Sum of RGB (Red+Green+Blue) = 228+155+170=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49BAA is #1B6455. Grayscale: #B2B2B2. Windows color (decimal): -1795158 or 11181028. OLE color: 11181028.

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

Color convert

RGB 228 155 170 -
CMYK 0 0.32 0.25 0.11
HSL 347.67º 0.57% 0.75% -
HSV(B) 347.67º 0.32% 0.89% -
XYZ 50.97 42.84 43.61 -
YUV 178.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 228 155 170 0 0.32 0.25 0.11 347.67 0.57 0.75
Hex E4 9B AA 0 20 19 B 15C 39 4B
Octal 344 233 252 0 40 31 13 534 71 113
Binary 11100100 10011011 10101010 0 100000 11001 1011 101011100 111001 1001011

Color Harmonies of #E49BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49BAA

Black with #E49BAA

Text Example


Text Example

White with #E49BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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