#E78EAC

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

Shades of Kobi #E78EAC

Tints of Kobi #E78EAC

Color information

#E78EAC (or 0xE78EAC) is unknown color: approx Kobi. HEX triplet: E7, 8E and AC. RGB value is (231,142,172). Sum of RGB (Red+Green+Blue) = 231+142+172=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78EAC is #187153. Grayscale: #ACACAC. Windows color (decimal): -1601876 or 11308775. OLE color: 11308775.

HSL color Cylindrical-coordinate representation of color #E78EAC: hue angle of 339.78º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78EAC is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231142172-
CMYK00.390.260.09
HSL339.78º64.96%73.14%-
HSV(B)339.78º38.53%90.59%-
XYZ50.0739.3143.98-
YUV172.03127.99170.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=42.39%
G=26.06%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114217200.390.260.09339.7864.9673.14
HexE78EAC0271A91544149
Octal3472162540473211524101111
Binary111001111000111010101100010011111010100110101010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78EAC; }

 p { color: rgb(231,142,172); }

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

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

 a { background-color: rgb(231,142,172); }

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

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

 span { border-color: rgb(231,142,172); }

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