Html Css Color HEX #E1A0AD Kobi

📋 copy color: '#E1A0AD'

red 225 ◦ green 160 ◦ blue 173

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

Shades of Kobi #E1A0AD

Tints of Kobi #E1A0AD

RGB

 RED value IS 225 (88.28% from 255) = 40.32%

 GREEN value IS 160 (62.89% from 255) = 28.67%

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

R = 40.32%
G = 28.67%
B = 31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E1A0AD (or 0xE1A0AD) is known color: Kobi. HEX triplet: E1, A0 and AD. RGB value is (225,160,173). Sum of RGB (Red+Green+Blue) = 225+160+173=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A0AD is #1E5F52. Grayscale: #B4B4B4. Windows color (decimal): -1990483 or 11378913. OLE color: 11378913.

HSL color Cylindrical-coordinate representation of color #E1A0AD: hue angle of 348º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0AD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 160 173 -
CMYK 0 0.29 0.23 0.12
HSL 348º 0.52% 0.75% -
HSV(B) 348º 0.29% 0.88% -
XYZ 51.16 44.17 45.36 -
YUV 180.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 225 160 173 0 0.29 0.23 0.12 348 0.52 0.75
Hex E1 A0 AD 0 1D 17 C 15C 34 4B
Octal 341 240 255 0 35 27 14 534 64 113
Binary 11100001 10100000 10101101 0 11101 10111 1100 101011100 110100 1001011

Color Harmonies of #E1A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A0AD

Black with #E1A0AD

Text Example


Text Example

White with #E1A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A0AD; }

 p { color: rgb(225,160,173); }

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

background-color css

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

 a { background-color: rgb(225,160,173); }

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

border-color css

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

 span { border-color: rgb(225,160,173); }

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