Html Css Color HEX #E49CAB Kobi

📋 copy color: '#E49CAB'

red 228 ◦ green 156 ◦ blue 171

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

Shades of Kobi #E49CAB

Tints of Kobi #E49CAB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.11%

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

R = 41.08%
G = 28.11%
B = 30.81%

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

#E49CAB (or 0xE49CAB) is known color: Kobi. HEX triplet: E4, 9C and AB. RGB value is (228,156,171). Sum of RGB (Red+Green+Blue) = 228+156+171=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAB is #1B6354. Grayscale: #B3B3B3. Windows color (decimal): -1794901 or 11246820. OLE color: 11246820.

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

Color convert

RGB 228 156 171 -
CMYK 0 0.32 0.25 0.11
HSL 347.5º 0.57% 0.75% -
HSV(B) 347.5º 0.32% 0.89% -
XYZ 51.23 43.21 44.17 -
YUV 179.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 228 156 171 0 0.32 0.25 0.11 347.5 0.57 0.75
Hex E4 9C AB 0 20 19 B 15C 39 4B
Octal 344 234 253 0 40 31 13 534 71 113
Binary 11100100 10011100 10101011 0 100000 11001 1011 101011100 111001 1001011

Color Harmonies of #E49CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CAB

Black with #E49CAB

Text Example


Text Example

White with #E49CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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