#E78DA8

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

Shades of Kobi #E78DA8

Tints of Kobi #E78DA8

Color information

#E78DA8 (or 0xE78DA8) is unknown color: approx Kobi. HEX triplet: E7, 8D and A8. RGB value is (231,141,168). Sum of RGB (Red+Green+Blue) = 231+141+168=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78DA8 is #187257. Grayscale: #AAAAAA. Windows color (decimal): -1602136 or 11046375. OLE color: 11046375.

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

Color convert

RGB231141168-
CMYK00.390.270.09
HSL342º65.22%72.94%-
HSV(B)342º38.96%90.59%-
XYZ49.5538.8741.94-
YUV170.99126.32170.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.78%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=42.78%
G=26.11%
B=31.11%

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
Decimal23114116800.390.270.0934265.2272.94
HexE78DA80271B91564149
Octal3472152500473311526101111
Binary111001111000110110101000010011111011100110101011010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DA8; }

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

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

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

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

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

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

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

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