Html Css Color HEX #E590AB Kobi

📋 copy color: '#E590AB'

red 229 ◦ green 144 ◦ blue 171

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

Shades of Kobi #E590AB

Tints of Kobi #E590AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 42.1%
G = 26.47%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E590AB (or 0xE590AB) is known color: Kobi. HEX triplet: E5, 90 and AB. RGB value is (229,144,171). Sum of RGB (Red+Green+Blue) = 229+144+171=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E590AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E590AB is #1A6F54. Grayscale: #ACACAC. Windows color (decimal): -1732437 or 11243749. OLE color: 11243749.

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

Color convert

RGB 229 144 171 -
CMYK 0 0.37 0.25 0.10
HSL 340.94º 0.62% 0.73% -
HSV(B) 340.94º 0.37% 0.9% -
XYZ 49.64 39.54 43.54 -
YUV 172.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 229 144 171 0 0.37 0.25 0.10 340.94 0.62 0.73
Hex E5 90 AB 0 25 19 A 155 3E 49
Octal 345 220 253 0 45 31 12 525 76 111
Binary 11100101 10010000 10101011 0 100101 11001 1010 101010101 111110 1001001

Color Harmonies of #E590AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E590AB

Black with #E590AB

Text Example


Text Example

White with #E590AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E590AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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