#E780A7

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

Shades of Kobi #E780A7

Tints of Kobi #E780A7

Color information

#E780A7 (or 0xE780A7) is unknown color: approx Kobi. HEX triplet: E7, 80 and A7. RGB value is (231,128,167). Sum of RGB (Red+Green+Blue) = 231+128+167=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E780A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780A7 is #187F58. Grayscale: #A3A3A3. Windows color (decimal): -1605465 or 10977511. OLE color: 10977511.

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

Color convert

RGB231128167-
CMYK00.450.280.09
HSL337.28º68.21%70.39%-
HSV(B)337.28º44.59%90.59%-
XYZ47.6535.2240.85-
YUV163.24130.12176.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.92%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=43.92%
G=24.33%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112816700.450.280.09337.2868.2170.39
HexE780A702D1C91514446
Octal3472002470553411521104106
Binary111001111000000010100111010110111100100110101000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780A7; }

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

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

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

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

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

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

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

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