#E78A8E

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

Shades of Wewak #E78A8E

Tints of Wewak #E78A8E

Color information

#E78A8E (or 0xE78A8E) is unknown color: approx Wewak. HEX triplet: E7, 8A and 8E. RGB value is (231,138,142). Sum of RGB (Red+Green+Blue) = 231+138+142=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78A8E is #187571. Grayscale: #A6A6A6. Windows color (decimal): -1602930 or 9341671. OLE color: 9341671.

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

Color convert

RGB231138142-
CMYK00.400.390.09
HSL357.42º65.96%72.35%-
HSV(B)357.42º40.26%90.59%-
XYZ46.9337.1230.28-
YUV166.26114.31174.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=45.21%
G=27.01%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113814200.400.390.09357.4265.9672.35
HexE78A8E0282791654248
Octal3472122160504711545102110
Binary1110011110001010100011100101000100111100110110010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78A8E; }

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

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

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

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

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

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

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

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