#E981AB

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

Shades of Kobi #E981AB

Tints of Kobi #E981AB

Color information

#E981AB (or 0xE981AB) is unknown color: approx Kobi. HEX triplet: E9, 81 and AB. RGB value is (233,129,171). Sum of RGB (Red+Green+Blue) = 233+129+171=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E981AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E981AB is #167E54. Grayscale: #A4A4A4. Windows color (decimal): -1474133 or 11239913. OLE color: 11239913.

HSL color Cylindrical-coordinate representation of color #E981AB: hue angle of 335.77º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981AB is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233129171-
CMYK00.450.270.09
HSL335.77º70.27%70.98%-
HSV(B)335.77º44.64%91.37%-
XYZ48.8135.9642.9-
YUV164.88131.46176.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=43.71%
G=24.20%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312917100.450.270.09335.7770.2770.98
HexE981AB02D1B91504647
Octal3512012530553311520106107
Binary111010011000000110101011010110111011100110101000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981AB; }

 p { color: rgb(233,129,171); }

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

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

 a { background-color: rgb(233,129,171); }

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

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

 span { border-color: rgb(233,129,171); }

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