Html Css Color HEX #E49BAC Kobi

📋 copy color: '#E49BAC'

red 228 ◦ green 155 ◦ blue 172

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

Shades of Kobi #E49BAC

Tints of Kobi #E49BAC

RGB

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

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

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

R = 41.08%
G = 27.93%
B = 30.99%

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

#E49BAC (or 0xE49BAC) is known color: Kobi. HEX triplet: E4, 9B and AC. RGB value is (228,155,172). Sum of RGB (Red+Green+Blue) = 228+155+172=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E49BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49BAC is #1B6453. Grayscale: #B2B2B2. Windows color (decimal): -1795156 or 11312100. OLE color: 11312100.

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

Color convert

RGB 228 155 172 -
CMYK 0 0.32 0.25 0.11
HSL 346.03º 0.57% 0.75% -
HSV(B) 346.03º 0.32% 0.89% -
XYZ 51.16 42.92 44.62 -
YUV 178.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 228 155 172 0 0.32 0.25 0.11 346.03 0.57 0.75
Hex E4 9B AC 0 20 19 B 15A 39 4B
Octal 344 233 254 0 40 31 13 532 71 113
Binary 11100100 10011011 10101100 0 100000 11001 1011 101011010 111001 1001011

Color Harmonies of #E49BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49BAC

Black with #E49BAC

Text Example


Text Example

White with #E49BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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