#E78CB0

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

Shades of Kobi #E78CB0

Tints of Kobi #E78CB0

Color information

#E78CB0 (or 0xE78CB0) is unknown color: approx Kobi. HEX triplet: E7, 8C and B0. RGB value is (231,140,176). Sum of RGB (Red+Green+Blue) = 231+140+176=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CB0 is #18734F. Grayscale: #ABABAB. Windows color (decimal): -1602384 or 11570407. OLE color: 11570407.

HSL color Cylindrical-coordinate representation of color #E78CB0: hue angle of 336.26º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78CB0 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231140176-
CMYK00.390.240.09
HSL336.26º65.47%72.75%-
HSV(B)336.26º39.39%90.59%-
XYZ50.1738.8845.93-
YUV171.31130.65170.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=42.23%
G=25.59%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114017600.390.240.09336.2665.4772.75
HexE78CB00271891504149
Octal3472142600473011520101111
Binary111001111000110010110000010011111000100110101000010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CB0; }

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

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

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

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

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

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

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

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