#E77FAC

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

Shades of Kobi #E77FAC

Tints of Kobi #E77FAC

Color information

#E77FAC (or 0xE77FAC) is unknown color: approx Kobi. HEX triplet: E7, 7F and AC. RGB value is (231,127,172). Sum of RGB (Red+Green+Blue) = 231+127+172=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77FAC is #188053. Grayscale: #A3A3A3. Windows color (decimal): -1605716 or 11304935. OLE color: 11304935.

HSL color Cylindrical-coordinate representation of color #E77FAC: hue angle of 334.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FAC is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231127172-
CMYK00.450.260.09
HSL334.04º68.42%70.2%-
HSV(B)334.04º45.02%90.59%-
XYZ47.9935.1543.28-
YUV163.23132.96176.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=43.58%
G=23.96%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112717200.450.260.09334.0468.4270.2
HexE77FAC02D1A914e4446
Octal3471772540553211516104106
Binary11100111111111110101100010110111010100110100111010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FAC; }

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

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

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

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

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

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

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

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