#E890AF

Color #E890AF Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E890AF

Tints of Kobi #E890AF

Color information

#E890AF (or 0xE890AF) is unknown color: approx Kobi. HEX triplet: E8, 90 and AF. RGB value is (232,144,175). Sum of RGB (Red+Green+Blue) = 232+144+175=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E890AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E890AF is #176F50. Grayscale: #ADADAD. Windows color (decimal): -1535825 or 11505896. OLE color: 11505896.

HSL color Cylindrical-coordinate representation of color #E890AF: hue angle of 338.86º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890AF is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232144175-
CMYK00.380.250.09
HSL338.86º65.67%73.73%-
HSV(B)338.86º37.93%90.98%-
XYZ50.9940.245.63-
YUV173.85128.65169.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.11%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=42.11%
G=26.13%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214417500.380.250.09338.8665.6773.73
HexE890AF026199153424a
Octal3502202570463111523102112
Binary111010001001000010101111010011011001100110101001110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E890AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E890AF; }

 p { color: rgb(232,144,175); }

 H1.HeaderClassName
 {
   color: #E890AF;
 }
 .AnyTagClassName
 {
   color: #E890AF;
 }
</style>
background-color css

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

 a { background-color: rgb(232,144,175); }

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

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

 span { border-color: rgb(232,144,175); }

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