#E781AB

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

Shades of Kobi #E781AB

Tints of Kobi #E781AB

Color information

#E781AB (or 0xE781AB) is unknown color: approx Kobi. HEX triplet: E7, 81 and AB. RGB value is (231,129,171). Sum of RGB (Red+Green+Blue) = 231+129+171=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E781AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E781AB is #187E54. Grayscale: #A4A4A4. Windows color (decimal): -1605205 or 11239911. OLE color: 11239911.

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

Color convert

RGB231129171-
CMYK00.440.260.09
HSL335.29º68%70.59%-
HSV(B)335.29º44.16%90.59%-
XYZ48.1635.6342.87-
YUV164.29131.79175.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 129 (50.78% from 255) = 24.29%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=43.50%
G=24.29%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112917100.440.260.09335.296870.59
HexE781AB02C1A914f4447
Octal3472012530543211517104107
Binary111001111000000110101011010110011010100110100111110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781AB; }

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

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

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

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

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

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

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

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