#E782AB

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

Shades of Kobi #E782AB

Tints of Kobi #E782AB

Color information

#E782AB (or 0xE782AB) is unknown color: approx Kobi. HEX triplet: E7, 82 and AB. RGB value is (231,130,171). Sum of RGB (Red+Green+Blue) = 231+130+171=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E782AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782AB is #187D54. Grayscale: #A4A4A4. Windows color (decimal): -1604949 or 11240167. OLE color: 11240167.

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

Color convert

RGB231130171-
CMYK00.440.260.09
HSL335.64º67.79%70.78%-
HSV(B)335.64º43.72%90.59%-
XYZ48.2935.8942.91-
YUV164.87131.46175.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=43.42%
G=24.44%
B=32.14%

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
Decimal23113017100.440.260.09335.6467.7970.78
HexE782AB02C1A91504447
Octal3472022530543211520104107
Binary111001111000001010101011010110011010100110101000010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782AB; }

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

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

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

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

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

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

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

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