#E78CAC

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

Shades of Kobi #E78CAC

Tints of Kobi #E78CAC

Color information

#E78CAC (or 0xE78CAC) is unknown color: approx Kobi. HEX triplet: E7, 8C and AC. RGB value is (231,140,172). Sum of RGB (Red+Green+Blue) = 231+140+172=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CAC is #187353. Grayscale: #AAAAAA. Windows color (decimal): -1602388 or 11308263. OLE color: 11308263.

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

Color convert

RGB231140172-
CMYK00.390.260.09
HSL338.9º65.47%72.75%-
HSV(B)338.9º39.39%90.59%-
XYZ49.7838.7243.88-
YUV170.86128.65170.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=42.54%
G=25.78%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114017200.390.260.09338.965.4772.75
HexE78CAC0271A91534149
Octal3472142540473211523101111
Binary111001111000110010101100010011111010100110101001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CAC; }

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

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

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

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

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

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

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

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