#E781AA

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

Shades of Kobi #E781AA

Tints of Kobi #E781AA

Color information

#E781AA (or 0xE781AA) is unknown color: approx Kobi. HEX triplet: E7, 81 and AA. RGB value is (231,129,170). Sum of RGB (Red+Green+Blue) = 231+129+170=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E781AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E781AA is #187E55. Grayscale: #A4A4A4. Windows color (decimal): -1605206 or 11174375. OLE color: 11174375.

HSL color Cylindrical-coordinate representation of color #E781AA: hue angle of 335.88º 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 #E781AA is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231129170-
CMYK00.440.260.09
HSL335.88º68%70.59%-
HSV(B)335.88º44.16%90.59%-
XYZ48.0635.5942.37-
YUV164.17131.29175.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=43.58%
G=24.34%
B=32.08%

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
Decimal23112917000.440.260.09335.886870.59
HexE781AA02C1A91504447
Octal3472012520543211520104107
Binary111001111000000110101010010110011010100110101000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781AA; }

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

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

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

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

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

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

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

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