#E78BB0

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

Shades of Kobi #E78BB0

Tints of Kobi #E78BB0

Color information

#E78BB0 (or 0xE78BB0) is unknown color: approx Kobi. HEX triplet: E7, 8B and B0. RGB value is (231,139,176). Sum of RGB (Red+Green+Blue) = 231+139+176=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78BB0 is #18744F. Grayscale: #AAAAAA. Windows color (decimal): -1602640 or 11570151. OLE color: 11570151.

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

Color convert

RGB231139176-
CMYK00.400.240.09
HSL335.87º65.71%72.55%-
HSV(B)335.87º39.83%90.59%-
XYZ50.0238.5945.89-
YUV170.73130.98170.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=42.31%
G=25.46%
B=32.23%

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
Decimal23113917600.400.240.09335.8765.7172.55
HexE78BB00281891504249
Octal3472132600503011520102111
Binary111001111000101110110000010100011000100110101000010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BB0; }

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

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

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

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

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

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

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

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