#E78CAA

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

Shades of Kobi #E78CAA

Tints of Kobi #E78CAA

Color information

#E78CAA (or 0xE78CAA) is unknown color: approx Kobi. HEX triplet: E7, 8C and AA. RGB value is (231,140,170). Sum of RGB (Red+Green+Blue) = 231+140+170=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78CAA is #187355. Grayscale: #AAAAAA. Windows color (decimal): -1602390 or 11177191. OLE color: 11177191.

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

Color convert

RGB231140170-
CMYK00.390.260.09
HSL340.22º65.47%72.75%-
HSV(B)340.22º39.39%90.59%-
XYZ49.5938.6542.88-
YUV170.63127.65171.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=42.70%
G=25.88%
B=31.42%

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
Decimal23114017000.390.260.09340.2265.4772.75
HexE78CAA0271A91544149
Octal3472142520473211524101111
Binary111001111000110010101010010011111010100110101010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CAA; }

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

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

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

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

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

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

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

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