#E782A5

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

Shades of Kobi #E782A5

Tints of Kobi #E782A5

Color information

#E782A5 (or 0xE782A5) is unknown color: approx Kobi. HEX triplet: E7, 82 and A5. RGB value is (231,130,165). Sum of RGB (Red+Green+Blue) = 231+130+165=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A5 is #187D5A. Grayscale: #A4A4A4. Windows color (decimal): -1604955 or 10846951. OLE color: 10846951.

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

Color convert

RGB231130165-
CMYK00.440.290.09
HSL339.21º67.79%70.78%-
HSV(B)339.21º43.72%90.59%-
XYZ47.7335.6739.97-
YUV164.19128.46175.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=43.92%
G=24.71%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113016500.440.290.09339.2167.7970.78
HexE782A502C1D91534447
Octal3472022450543511523104107
Binary111001111000001010100101010110011101100110101001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782A5; }

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

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

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

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

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

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

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

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