#E78FB3

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

Shades of Kobi #E78FB3

Tints of Kobi #E78FB3

Color information

#E78FB3 (or 0xE78FB3) is unknown color: approx Kobi. HEX triplet: E7, 8F and B3. RGB value is (231,143,179). Sum of RGB (Red+Green+Blue) = 231+143+179=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FB3 is #18704C. Grayscale: #ADADAD. Windows color (decimal): -1601613 or 11767783. OLE color: 11767783.

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

Color convert

RGB231143179-
CMYK00.380.230.09
HSL335.45º64.71%73.33%-
HSV(B)335.45º38.1%90.59%-
XYZ50.9139.8947.66-
YUV173.42131.15169.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=41.77%
G=25.86%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114317900.380.230.09335.4564.7173.33
HexE78FB302617914f4149
Octal3472172630462711517101111
Binary111001111000111110110011010011010111100110100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FB3; }

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

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

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

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

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

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

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

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