Html Css Color HEX #E59AAA Kobi

📋 copy color: '#E59AAA'

red 229 ◦ green 154 ◦ blue 170

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

Shades of Kobi #E59AAA

Tints of Kobi #E59AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

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

R = 41.41%
G = 27.85%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E59AAA (or 0xE59AAA) is known color: Kobi. HEX triplet: E5, 9A and AA. RGB value is (229,154,170). Sum of RGB (Red+Green+Blue) = 229+154+170=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AAA is #1A6555. Grayscale: #B2B2B2. Windows color (decimal): -1729878 or 11180773. OLE color: 11180773.

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

Color convert

RGB 229 154 170 -
CMYK 0 0.33 0.26 0.10
HSL 347.2º 0.59% 0.75% -
HSV(B) 347.2º 0.33% 0.9% -
XYZ 51.12 42.67 43.57 -
YUV 178.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 229 154 170 0 0.33 0.26 0.10 347.2 0.59 0.75
Hex E5 9A AA 0 21 1A A 15B 3B 4B
Octal 345 232 252 0 41 32 12 533 73 113
Binary 11100101 10011010 10101010 0 100001 11010 1010 101011011 111011 1001011

Color Harmonies of #E59AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59AAA

Black with #E59AAA

Text Example


Text Example

White with #E59AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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