Html Css Color HEX #E49FAD Kobi

📋 copy color: '#E49FAD'

red 228 ◦ green 159 ◦ blue 173

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

Shades of Kobi #E49FAD

Tints of Kobi #E49FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 40.71%
G = 28.39%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E49FAD (or 0xE49FAD) is known color: Kobi. HEX triplet: E4, 9F and AD. RGB value is (228,159,173). Sum of RGB (Red+Green+Blue) = 228+159+173=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E49FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49FAD is #1B6052. Grayscale: #B5B5B5. Windows color (decimal): -1794131 or 11378660. OLE color: 11378660.

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

Color convert

RGB 228 159 173 -
CMYK 0 0.30 0.24 0.11
HSL 347.83º 0.56% 0.76% -
HSV(B) 347.83º 0.3% 0.89% -
XYZ 51.94 44.31 45.35 -
YUV 181.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 228 159 173 0 0.30 0.24 0.11 347.83 0.56 0.76
Hex E4 9F AD 0 1E 18 B 15C 38 4C
Octal 344 237 255 0 36 30 13 534 70 114
Binary 11100100 10011111 10101101 0 11110 11000 1011 101011100 111000 1001100

Color Harmonies of #E49FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FAD

Black with #E49FAD

Text Example


Text Example

White with #E49FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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