#E780A8

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

Shades of Kobi #E780A8

Tints of Kobi #E780A8

Color information

#E780A8 (or 0xE780A8) is unknown color: approx Kobi. HEX triplet: E7, 80 and A8. RGB value is (231,128,168). Sum of RGB (Red+Green+Blue) = 231+128+168=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E780A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780A8 is #187F57. Grayscale: #A3A3A3. Windows color (decimal): -1605464 or 11043047. OLE color: 11043047.

HSL color Cylindrical-coordinate representation of color #E780A8: hue angle of 336.7º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780A8 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231128168-
CMYK00.450.270.09
HSL336.7º68.21%70.39%-
HSV(B)336.7º44.59%90.59%-
XYZ47.7435.2541.33-
YUV163.36130.62176.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=43.83%
G=24.29%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112816800.450.270.09336.768.2170.39
HexE780A802D1B91514446
Octal3472002500553311521104106
Binary111001111000000010101000010110111011100110101000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780A8; }

 p { color: rgb(231,128,168); }

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

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

 a { background-color: rgb(231,128,168); }

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

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

 span { border-color: rgb(231,128,168); }

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