#E78EAA

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

Shades of Kobi #E78EAA

Tints of Kobi #E78EAA

Color information

#E78EAA (or 0xE78EAA) is unknown color: approx Kobi. HEX triplet: E7, 8E and AA. RGB value is (231,142,170). Sum of RGB (Red+Green+Blue) = 231+142+170=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78EAA is #187155. Grayscale: #ABABAB. Windows color (decimal): -1601878 or 11177703. OLE color: 11177703.

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

Color convert

RGB231142170-
CMYK00.390.260.09
HSL341.12º64.96%73.14%-
HSV(B)341.12º38.53%90.59%-
XYZ49.8839.2442.97-
YUV171.8126.99170.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=42.54%
G=26.15%
B=31.31%

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
Decimal23114217000.390.260.09341.1264.9673.14
HexE78EAA0271A91554149
Octal3472162520473211525101111
Binary111001111000111010101010010011111010100110101010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78EAA; }

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

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

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

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

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

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

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

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