#E78AB0

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

Shades of Kobi #E78AB0

Tints of Kobi #E78AB0

Color information

#E78AB0 (or 0xE78AB0) is unknown color: approx Kobi. HEX triplet: E7, 8A and B0. RGB value is (231,138,176). Sum of RGB (Red+Green+Blue) = 231+138+176=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AB0 is #18754F. Grayscale: #AAAAAA. Windows color (decimal): -1602896 or 11569895. OLE color: 11569895.

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

Color convert

RGB231138176-
CMYK00.400.240.09
HSL335.48º65.96%72.35%-
HSV(B)335.48º40.26%90.59%-
XYZ49.8838.345.84-
YUV170.14131.31171.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=42.39%
G=25.32%
B=32.29%

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
Decimal23113817600.400.240.09335.4865.9672.35
HexE78AB002818914f4248
Octal3472122600503011517102110
Binary111001111000101010110000010100011000100110100111110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78AB0; }

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

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

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

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

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

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

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

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