#E782A7

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

Shades of Kobi #E782A7

Tints of Kobi #E782A7

Color information

#E782A7 (or 0xE782A7) is unknown color: approx Kobi. HEX triplet: E7, 82 and A7. RGB value is (231,130,167). Sum of RGB (Red+Green+Blue) = 231+130+167=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A7 is #187D58. Grayscale: #A4A4A4. Windows color (decimal): -1604953 or 10978023. OLE color: 10978023.

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

Color convert

RGB231130167-
CMYK00.440.280.09
HSL338.02º67.79%70.78%-
HSV(B)338.02º43.72%90.59%-
XYZ47.9135.7440.93-
YUV164.42129.46175.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=43.75%
G=24.62%
B=31.63%

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
Decimal23113016700.440.280.09338.0267.7970.78
HexE782A702C1C91524447
Octal3472022470543411522104107
Binary111001111000001010100111010110011100100110101001010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782A7; }

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

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

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

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

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

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

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

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