#E78EAF

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

Shades of Kobi #E78EAF

Tints of Kobi #E78EAF

Color information

#E78EAF (or 0xE78EAF) is unknown color: approx Kobi. HEX triplet: E7, 8E and AF. RGB value is (231,142,175). Sum of RGB (Red+Green+Blue) = 231+142+175=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78EAF is #187150. Grayscale: #ACACAC. Windows color (decimal): -1601873 or 11505383. OLE color: 11505383.

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

Color convert

RGB231142175-
CMYK00.390.240.09
HSL337.75º64.96%73.14%-
HSV(B)337.75º38.53%90.59%-
XYZ50.3739.4345.51-
YUV172.37129.49169.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.15%
GREEN value IS 142 (55.86% from 255) = 25.91%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=42.15%
G=25.91%
B=31.93%

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
Decimal23114217500.390.240.09337.7564.9673.14
HexE78EAF0271891524149
Octal3472162570473011522101111
Binary111001111000111010101111010011111000100110101001010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78EAF; }

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

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

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

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

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

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

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

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