#ED8A8E

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

Shades of Wewak #ED8A8E

Tints of Wewak #ED8A8E

Color information

#ED8A8E (or 0xED8A8E) is unknown color: approx Wewak. HEX triplet: ED, 8A and 8E. RGB value is (237,138,142). Sum of RGB (Red+Green+Blue) = 237+138+142=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A8E is #127571. Grayscale: #A8A8A8. Windows color (decimal): -1209714 or 9341677. OLE color: 9341677.

HSL color Cylindrical-coordinate representation of color #ED8A8E: hue angle of 357.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8A8E is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237138142-
CMYK00.420.400.07
HSL357.58º73.33%73.53%-
HSV(B)357.58º41.77%92.94%-
XYZ48.938.1330.37-
YUV168.06113.3177.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=45.84%
G=26.69%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713814200.420.400.07357.5873.3373.53
HexED8A8E02A287166494a
Octal355212216052507546111112
Binary111011011000101010001110010101010100011110110011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A8E; }

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

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

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

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

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

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

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

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