Html Css Color HEX #E49FAC Kobi

📋 copy color: '#E49FAC'

red 228 ◦ green 159 ◦ blue 172

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

Shades of Kobi #E49FAC

Tints of Kobi #E49FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.44%

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

R = 40.79%
G = 28.44%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E49FAC (or 0xE49FAC) is known color: Kobi. HEX triplet: E4, 9F and AC. RGB value is (228,159,172). Sum of RGB (Red+Green+Blue) = 228+159+172=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FAC is #1B6053. Grayscale: #B5B5B5. Windows color (decimal): -1794132 or 11313124. OLE color: 11313124.

HSL color Cylindrical-coordinate representation of color #E49FAC: hue angle of 348.7º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E49FAC is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 159 172 -
CMYK 0 0.30 0.25 0.11
HSL 348.7º 0.56% 0.76% -
HSV(B) 348.7º 0.3% 0.89% -
XYZ 51.84 44.27 44.84 -
YUV 181.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 228 159 172 0 0.30 0.25 0.11 348.7 0.56 0.76
Hex E4 9F AC 0 1E 19 B 15D 38 4C
Octal 344 237 254 0 36 31 13 535 70 114
Binary 11100100 10011111 10101100 0 11110 11001 1011 101011101 111000 1001100

Color Harmonies of #E49FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FAC

Black with #E49FAC

Text Example


Text Example

White with #E49FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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