#E78BAF

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

Shades of Kobi #E78BAF

Tints of Kobi #E78BAF

Color information

#E78BAF (or 0xE78BAF) is unknown color: approx Kobi. HEX triplet: E7, 8B and AF. RGB value is (231,139,175). Sum of RGB (Red+Green+Blue) = 231+139+175=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BAF is #187450. Grayscale: #AAAAAA. Windows color (decimal): -1602641 or 11504615. OLE color: 11504615.

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

Color convert

RGB231139175-
CMYK00.400.240.09
HSL336.52º65.71%72.55%-
HSV(B)336.52º39.83%90.59%-
XYZ49.9338.5545.37-
YUV170.61130.48171.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=42.39%
G=25.50%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113917500.400.240.09336.5265.7172.55
HexE78BAF0281891514249
Octal3472132570503011521102111
Binary111001111000101110101111010100011000100110101000110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BAF; }

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

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

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

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

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

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

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

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