Html Css Color HEX #E09BA8 Kobi

📋 copy color: '#E09BA8'

red 224 ◦ green 155 ◦ blue 168

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

Shades of Kobi #E09BA8

Tints of Kobi #E09BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 40.95%
G = 28.34%
B = 30.71%

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

#E09BA8 (or 0xE09BA8) is known color: Kobi. HEX triplet: E0, 9B and A8. RGB value is (224,155,168). Sum of RGB (Red+Green+Blue) = 224+155+168=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E09BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09BA8 is #1F6457. Grayscale: #B1B1B1. Windows color (decimal): -2057304 or 11049952. OLE color: 11049952.

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

Color convert

RGB 224 155 168 -
CMYK 0 0.31 0.25 0.12
HSL 348.7º 0.53% 0.74% -
HSV(B) 348.7º 0.31% 0.88% -
XYZ 49.53 42.12 42.56 -
YUV 177.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 224 155 168 0 0.31 0.25 0.12 348.7 0.53 0.74
Hex E0 9B A8 0 1F 19 C 15D 35 4A
Octal 340 233 250 0 37 31 14 535 65 112
Binary 11100000 10011011 10101000 0 11111 11001 1100 101011101 110101 1001010

Color Harmonies of #E09BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BA8

Black with #E09BA8

Text Example


Text Example

White with #E09BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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