Html Css Color HEX #E09BAA Kobi

📋 copy color: '#E09BAA'

red 224 ◦ green 155 ◦ blue 170

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

Shades of Kobi #E09BAA

Tints of Kobi #E09BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.23%

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

R = 40.8%
G = 28.23%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E09BAA (or 0xE09BAA) is known color: Kobi. HEX triplet: E0, 9B and AA. RGB value is (224,155,170). Sum of RGB (Red+Green+Blue) = 224+155+170=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BAA is #1F6455. Grayscale: #B1B1B1. Windows color (decimal): -2057302 or 11181024. OLE color: 11181024.

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

Color convert

RGB 224 155 170 -
CMYK 0 0.31 0.24 0.12
HSL 346.96º 0.53% 0.74% -
HSV(B) 346.96º 0.31% 0.88% -
XYZ 49.72 42.19 43.55 -
YUV 177.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 224 155 170 0 0.31 0.24 0.12 346.96 0.53 0.74
Hex E0 9B AA 0 1F 18 C 15B 35 4A
Octal 340 233 252 0 37 30 14 533 65 112
Binary 11100000 10011011 10101010 0 11111 11000 1100 101011011 110101 1001010

Color Harmonies of #E09BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BAA

Black with #E09BAA

Text Example


Text Example

White with #E09BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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