Html Css Color HEX #E590AA Kobi

📋 copy color: '#E590AA'

red 229 ◦ green 144 ◦ blue 170

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

Shades of Kobi #E590AA

Tints of Kobi #E590AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.52%

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

R = 42.17%
G = 26.52%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E590AA (or 0xE590AA) is known color: Kobi. HEX triplet: E5, 90 and AA. RGB value is (229,144,170). Sum of RGB (Red+Green+Blue) = 229+144+170=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E590AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E590AA is #1A6F55. Grayscale: #ACACAC. Windows color (decimal): -1732438 or 11178213. OLE color: 11178213.

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

Color convert

RGB 229 144 170 -
CMYK 0 0.37 0.26 0.10
HSL 341.65º 0.62% 0.73% -
HSV(B) 341.65º 0.37% 0.9% -
XYZ 49.54 39.51 43.04 -
YUV 172.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 229 144 170 0 0.37 0.26 0.10 341.65 0.62 0.73
Hex E5 90 AA 0 25 1A A 156 3E 49
Octal 345 220 252 0 45 32 12 526 76 111
Binary 11100101 10010000 10101010 0 100101 11010 1010 101010110 111110 1001001

Color Harmonies of #E590AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590AA

Black with #E590AA

Text Example


Text Example

White with #E590AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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