#E78AAA

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

Shades of Kobi #E78AAA

Tints of Kobi #E78AAA

Color information

#E78AAA (or 0xE78AAA) is unknown color: approx Kobi. HEX triplet: E7, 8A and AA. RGB value is (231,138,170). Sum of RGB (Red+Green+Blue) = 231+138+170=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78AAA is #187555. Grayscale: #A9A9A9. Windows color (decimal): -1602902 or 11176679. OLE color: 11176679.

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

Color convert

RGB231138170-
CMYK00.400.260.09
HSL339.35º65.96%72.35%-
HSV(B)339.35º40.26%90.59%-
XYZ49.338.0742.78-
YUV169.46128.31171.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=42.86%
G=25.60%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113817000.400.260.09339.3565.9672.35
HexE78AAA0281A91534248
Octal3472122520503211523102110
Binary111001111000101010101010010100011010100110101001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78AAA; }

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

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

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

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

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

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

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

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