#E78DAF

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

Shades of Kobi #E78DAF

Tints of Kobi #E78DAF

Color information

#E78DAF (or 0xE78DAF) is unknown color: approx Kobi. HEX triplet: E7, 8D and AF. RGB value is (231,141,175). Sum of RGB (Red+Green+Blue) = 231+141+175=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78DAF is #187250. Grayscale: #ABABAB. Windows color (decimal): -1602129 or 11505127. OLE color: 11505127.

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

Color convert

RGB231141175-
CMYK00.390.240.09
HSL337.33º65.22%72.94%-
HSV(B)337.33º38.96%90.59%-
XYZ50.2239.1345.46-
YUV171.79129.82170.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=42.23%
G=25.78%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114117500.390.240.09337.3365.2272.94
HexE78DAF0271891514149
Octal3472152570473011521101111
Binary111001111000110110101111010011111000100110101000110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DAF; }

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

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

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

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

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

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

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

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