#E782A6

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

Shades of Kobi #E782A6

Tints of Kobi #E782A6

Color information

#E782A6 (or 0xE782A6) is unknown color: approx Kobi. HEX triplet: E7, 82 and A6. RGB value is (231,130,166). Sum of RGB (Red+Green+Blue) = 231+130+166=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A6 is #187D59. Grayscale: #A4A4A4. Windows color (decimal): -1604954 or 10912487. OLE color: 10912487.

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

Color convert

RGB231130166-
CMYK00.440.280.09
HSL338.61º67.79%70.78%-
HSV(B)338.61º43.72%90.59%-
XYZ47.8235.7140.45-
YUV164.3128.96175.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=43.83%
G=24.67%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113016600.440.280.09338.6167.7970.78
HexE782A602C1C91534447
Octal3472022460543411523104107
Binary111001111000001010100110010110011100100110101001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782A6; }

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

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

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

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

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

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

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

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