#E78FB0

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

Shades of Kobi #E78FB0

Tints of Kobi #E78FB0

Color information

#E78FB0 (or 0xE78FB0) is unknown color: approx Kobi. HEX triplet: E7, 8F and B0. RGB value is (231,143,176). Sum of RGB (Red+Green+Blue) = 231+143+176=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FB0 is #18704F. Grayscale: #ADADAD. Windows color (decimal): -1601616 or 11571175. OLE color: 11571175.

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

Color convert

RGB231143176-
CMYK00.380.240.09
HSL337.5º64.71%73.33%-
HSV(B)337.5º38.1%90.59%-
XYZ50.6139.7746.08-
YUV173.07129.65169.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 176 (69.14% from 255) = 32%
R=42%
G=26%
B=32%

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
Decimal23114317600.380.240.09337.564.7173.33
HexE78FB00261891524149
Octal3472172600463011522101111
Binary111001111000111110110000010011011000100110101001010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FB0; }

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

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

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

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

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

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

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

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