Html Css Color HEX #E59BAA Kobi

📋 copy color: '#E59BAA'

red 229 ◦ green 155 ◦ blue 170

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

Shades of Kobi #E59BAA

Tints of Kobi #E59BAA

RGB

 RED value IS 229 (89.84% from 255) = 41.34%

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

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

R = 41.34%
G = 27.98%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E59BAA (or 0xE59BAA) is known color: Kobi. HEX triplet: E5, 9B and AA. RGB value is (229,155,170). Sum of RGB (Red+Green+Blue) = 229+155+170=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BAA is #1A6455. Grayscale: #B2B2B2. Windows color (decimal): -1729622 or 11181029. OLE color: 11181029.

HSL color Cylindrical-coordinate representation of color #E59BAA: hue angle of 347.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BAA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 155 170 -
CMYK 0 0.32 0.26 0.10
HSL 347.84º 0.59% 0.75% -
HSV(B) 347.84º 0.32% 0.9% -
XYZ 51.29 43 43.63 -
YUV 178.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 229 155 170 0 0.32 0.26 0.10 347.84 0.59 0.75
Hex E5 9B AA 0 20 1A A 15C 3B 4B
Octal 345 233 252 0 40 32 12 534 73 113
Binary 11100101 10011011 10101010 0 100000 11010 1010 101011100 111011 1001011

Color Harmonies of #E59BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BAA

Black with #E59BAA

Text Example


Text Example

White with #E59BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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