Html Css Color HEX #E49CAC Kobi

📋 copy color: '#E49CAC'

red 228 ◦ green 156 ◦ blue 172

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

Shades of Kobi #E49CAC

Tints of Kobi #E49CAC

RGB

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

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

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

R = 41.01%
G = 28.06%
B = 30.94%

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

#E49CAC (or 0xE49CAC) is known color: Kobi. HEX triplet: E4, 9C and AC. RGB value is (228,156,172). Sum of RGB (Red+Green+Blue) = 228+156+172=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E49CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49CAC is #1B6353. Grayscale: #B3B3B3. Windows color (decimal): -1794900 or 11312356. OLE color: 11312356.

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

Color convert

RGB 228 156 172 -
CMYK 0 0.32 0.25 0.11
HSL 346.67º 0.57% 0.75% -
HSV(B) 346.67º 0.32% 0.89% -
XYZ 51.33 43.25 44.67 -
YUV 179.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 228 156 172 0 0.32 0.25 0.11 346.67 0.57 0.75
Hex E4 9C AC 0 20 19 B 15B 39 4B
Octal 344 234 254 0 40 31 13 533 71 113
Binary 11100100 10011100 10101100 0 100000 11001 1011 101011011 111001 1001011

Color Harmonies of #E49CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49CAC

Black with #E49CAC

Text Example


Text Example

White with #E49CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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