#E78EA8

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

Shades of Kobi #E78EA8

Tints of Kobi #E78EA8

Color information

#E78EA8 (or 0xE78EA8) is unknown color: approx Kobi. HEX triplet: E7, 8E and A8. RGB value is (231,142,168). Sum of RGB (Red+Green+Blue) = 231+142+168=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78EA8 is #187157. Grayscale: #ABABAB. Windows color (decimal): -1601880 or 11046631. OLE color: 11046631.

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

Color convert

RGB231142168-
CMYK00.390.270.09
HSL342.47º64.96%73.14%-
HSV(B)342.47º38.53%90.59%-
XYZ49.739.1641.99-
YUV171.58125.99170.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=42.70%
G=26.25%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114216800.390.270.09342.4764.9673.14
HexE78EA80271B91564149
Octal3472162500473311526101111
Binary111001111000111010101000010011111011100110101011010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78EA8; }

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

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

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

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

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

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

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

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