Html Css Color HEX #E09FAA Kobi

📋 copy color: '#E09FAA'

red 224 ◦ green 159 ◦ blue 170

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

Shades of Kobi #E09FAA

Tints of Kobi #E09FAA

RGB

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

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

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

R = 40.51%
G = 28.75%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E09FAA (or 0xE09FAA) is known color: Kobi. HEX triplet: E0, 9F and AA. RGB value is (224,159,170). Sum of RGB (Red+Green+Blue) = 224+159+170=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FAA is #1F6055. Grayscale: #B3B3B3. Windows color (decimal): -2056278 or 11182048. OLE color: 11182048.

HSL color Cylindrical-coordinate representation of color #E09FAA: hue angle of 349.85º degrees, saturation: 0.51, 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 #E09FAA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 159 170 -
CMYK 0 0.29 0.24 0.12
HSL 349.85º 0.51% 0.75% -
HSV(B) 349.85º 0.29% 0.88% -
XYZ 50.39 43.55 43.78 -
YUV 179.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 224 159 170 0 0.29 0.24 0.12 349.85 0.51 0.75
Hex E0 9F AA 0 1D 18 C 15E 33 4B
Octal 340 237 252 0 35 30 14 536 63 113
Binary 11100000 10011111 10101010 0 11101 11000 1100 101011110 110011 1001011

Color Harmonies of #E09FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09FAA

Black with #E09FAA

Text Example


Text Example

White with #E09FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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