Html Css Color HEX #E09BA9 Kobi

📋 copy color: '#E09BA9'

red 224 ◦ green 155 ◦ blue 169

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

Shades of Kobi #E09BA9

Tints of Kobi #E09BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.84%

R = 40.88%
G = 28.28%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E09BA9 (or 0xE09BA9) is known color: Kobi. HEX triplet: E0, 9B and A9. RGB value is (224,155,169). Sum of RGB (Red+Green+Blue) = 224+155+169=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BA9 is #1F6456. Grayscale: #B1B1B1. Windows color (decimal): -2057303 or 11115488. OLE color: 11115488.

HSL color Cylindrical-coordinate representation of color #E09BA9: hue angle of 347.83º 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 #E09BA9 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 169 -
CMYK 0 0.31 0.25 0.12
HSL 347.83º 0.53% 0.74% -
HSV(B) 347.83º 0.31% 0.88% -
XYZ 49.62 42.15 43.06 -
YUV 177.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 224 155 169 0 0.31 0.25 0.12 347.83 0.53 0.74
Hex E0 9B A9 0 1F 19 C 15C 35 4A
Octal 340 233 251 0 37 31 14 534 65 112
Binary 11100000 10011011 10101001 0 11111 11001 1100 101011100 110101 1001010

Color Harmonies of #E09BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BA9

Black with #E09BA9

Text Example


Text Example

White with #E09BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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