Html Css Color HEX #E09BA6 Kobi

📋 copy color: '#E09BA6'

red 224 ◦ green 155 ◦ blue 166

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

Shades of Kobi #E09BA6

Tints of Kobi #E09BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 41.1%
G = 28.44%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E09BA6 (or 0xE09BA6) is known color: Kobi. HEX triplet: E0, 9B and A6. RGB value is (224,155,166). Sum of RGB (Red+Green+Blue) = 224+155+166=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BA6 is #1F6459. Grayscale: #B0B0B0. Windows color (decimal): -2057306 or 10918880. OLE color: 10918880.

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

Color convert

RGB 224 155 166 -
CMYK 0 0.31 0.26 0.12
HSL 350.43º 0.53% 0.74% -
HSV(B) 350.43º 0.31% 0.88% -
XYZ 49.34 42.04 41.59 -
YUV 176.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 224 155 166 0 0.31 0.26 0.12 350.43 0.53 0.74
Hex E0 9B A6 0 1F 1A C 15E 35 4A
Octal 340 233 246 0 37 32 14 536 65 112
Binary 11100000 10011011 10100110 0 11111 11010 1100 101011110 110101 1001010

Color Harmonies of #E09BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BA6

Black with #E09BA6

Text Example


Text Example

White with #E09BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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