Html Css Color HEX #E089AA Kobi

📋 copy color: '#E089AA'

red 224 ◦ green 137 ◦ blue 170

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

Shades of Kobi #E089AA

Tints of Kobi #E089AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.8%

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

R = 42.18%
G = 25.8%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E089AA (or 0xE089AA) is known color: Kobi. HEX triplet: E0, 89 and AA. RGB value is (224,137,170). Sum of RGB (Red+Green+Blue) = 224+137+170=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E089AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E089AA is #1F7655. Grayscale: #A6A6A6. Windows color (decimal): -2061910 or 11176416. OLE color: 11176416.

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

Color convert

RGB 224 137 170 -
CMYK 0 0.39 0.24 0.12
HSL 337.24º 0.58% 0.71% -
HSV(B) 337.24º 0.39% 0.88% -
XYZ 46.94 36.64 42.63 -
YUV 166.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 224 137 170 0 0.39 0.24 0.12 337.24 0.58 0.71
Hex E0 89 AA 0 27 18 C 151 3A 47
Octal 340 211 252 0 47 30 14 521 72 107
Binary 11100000 10001001 10101010 0 100111 11000 1100 101010001 111010 1000111

Color Harmonies of #E089AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089AA

Black with #E089AA

Text Example


Text Example

White with #E089AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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