#E78AA6

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

Shades of Kobi #E78AA6

Tints of Kobi #E78AA6

Color information

#E78AA6 (or 0xE78AA6) is unknown color: approx Kobi. HEX triplet: E7, 8A and A6. RGB value is (231,138,166). Sum of RGB (Red+Green+Blue) = 231+138+166=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AA6 is #187559. Grayscale: #A8A8A8. Windows color (decimal): -1602906 or 10914535. OLE color: 10914535.

HSL color Cylindrical-coordinate representation of color #E78AA6: hue angle of 341.94º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AA6 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB231138166-
CMYK00.400.280.09
HSL341.94º65.96%72.35%-
HSV(B)341.94º40.26%90.59%-
XYZ48.9337.9240.82-
YUV169126.31172.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=43.18%
G=25.79%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113816600.400.280.09341.9465.9672.35
HexE78AA60281C91564248
Octal3472122460503411526102110
Binary111001111000101010100110010100011100100110101011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78AA6; }

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

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

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

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

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

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

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

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