Html Css Color HEX #E099AA Kobi

📋 copy color: '#E099AA'

red 224 ◦ green 153 ◦ blue 170

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

Shades of Kobi #E099AA

Tints of Kobi #E099AA

RGB

 RED value IS 224 (87.89% from 255) = 40.95%

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 40.95%
G = 27.97%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E099AA (or 0xE099AA) is known color: Kobi. HEX triplet: E0, 99 and AA. RGB value is (224,153,170). Sum of RGB (Red+Green+Blue) = 224+153+170=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E099AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E099AA is #1F6655. Grayscale: #B0B0B0. Windows color (decimal): -2057814 or 11180512. OLE color: 11180512.

HSL color Cylindrical-coordinate representation of color #E099AA: hue angle of 345.63º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099AA is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 153 170 -
CMYK 0 0.32 0.24 0.12
HSL 345.63º 0.53% 0.74% -
HSV(B) 345.63º 0.32% 0.88% -
XYZ 49.39 41.53 43.44 -
YUV 176.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 224 153 170 0 0.32 0.24 0.12 345.63 0.53 0.74
Hex E0 99 AA 0 20 18 C 15A 35 4A
Octal 340 231 252 0 40 30 14 532 65 112
Binary 11100000 10011001 10101010 0 100000 11000 1100 101011010 110101 1001010

Color Harmonies of #E099AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E099AA

Black with #E099AA

Text Example


Text Example

White with #E099AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E099AA; }

 p { color: rgb(224,153,170); }

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

background-color css

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

 a { background-color: rgb(224,153,170); }

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

border-color css

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

 span { border-color: rgb(224,153,170); }

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