#E78FAC

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

Shades of Kobi #E78FAC

Tints of Kobi #E78FAC

Color information

#E78FAC (or 0xE78FAC) is unknown color: approx Kobi. HEX triplet: E7, 8F and AC. RGB value is (231,143,172). Sum of RGB (Red+Green+Blue) = 231+143+172=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FAC is #187053. Grayscale: #ACACAC. Windows color (decimal): -1601620 or 11309031. OLE color: 11309031.

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

Color convert

RGB231143172-
CMYK00.380.260.09
HSL340.23º64.71%73.33%-
HSV(B)340.23º38.1%90.59%-
XYZ50.2239.6144.03-
YUV172.62127.65169.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=42.31%
G=26.19%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114317200.380.260.09340.2364.7173.33
HexE78FAC0261A91544149
Octal3472172540463211524101111
Binary111001111000111110101100010011011010100110101010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FAC; }

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

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

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

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

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

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

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

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