Html Css Color HEX #E59BAE Kobi

📋 copy color: '#E59BAE'

red 229 ◦ green 155 ◦ blue 174

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

Shades of Kobi #E59BAE

Tints of Kobi #E59BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.18%

R = 41.04%
G = 27.78%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E59BAE (or 0xE59BAE) is known color: Kobi. HEX triplet: E5, 9B and AE. RGB value is (229,155,174). Sum of RGB (Red+Green+Blue) = 229+155+174=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BAE is #1A6451. Grayscale: #B3B3B3. Windows color (decimal): -1729618 or 11443173. OLE color: 11443173.

HSL color Cylindrical-coordinate representation of color #E59BAE: hue angle of 344.59º 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 #E59BAE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 155 174 -
CMYK 0 0.32 0.24 0.10
HSL 344.59º 0.59% 0.75% -
HSV(B) 344.59º 0.32% 0.9% -
XYZ 51.67 43.16 45.65 -
YUV 179.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 229 155 174 0 0.32 0.24 0.10 344.59 0.59 0.75
Hex E5 9B AE 0 20 18 A 159 3B 4B
Octal 345 233 256 0 40 30 12 531 73 113
Binary 11100101 10011011 10101110 0 100000 11000 1010 101011001 111011 1001011

Color Harmonies of #E59BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BAE

Black with #E59BAE

Text Example


Text Example

White with #E59BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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