#E78FAF

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

Shades of Kobi #E78FAF

Tints of Kobi #E78FAF

Color information

#E78FAF (or 0xE78FAF) is unknown color: approx Kobi. HEX triplet: E7, 8F and AF. RGB value is (231,143,175). Sum of RGB (Red+Green+Blue) = 231+143+175=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FAF is #187050. Grayscale: #ACACAC. Windows color (decimal): -1601617 or 11505639. OLE color: 11505639.

HSL color Cylindrical-coordinate representation of color #E78FAF: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FAF is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231143175-
CMYK00.380.240.09
HSL338.18º64.71%73.33%-
HSV(B)338.18º38.1%90.59%-
XYZ50.5239.7345.56-
YUV172.96129.15169.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.08%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=42.08%
G=26.05%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114317500.380.240.09338.1864.7173.33
HexE78FAF0261891524149
Octal3472172570463011522101111
Binary111001111000111110101111010011011000100110101001010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FAF; }

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

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

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

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

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

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

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

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