#ED8A91

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

Shades of Wewak #ED8A91

Tints of Wewak #ED8A91

Color information

#ED8A91 (or 0xED8A91) is unknown color: approx Wewak. HEX triplet: ED, 8A and 91. RGB value is (237,138,145). Sum of RGB (Red+Green+Blue) = 237+138+145=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A91 is #12756E. Grayscale: #A8A8A8. Windows color (decimal): -1209711 or 9538285. OLE color: 9538285.

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

Color convert

RGB237138145-
CMYK00.420.390.07
HSL355.76º73.33%73.53%-
HSV(B)355.76º41.77%92.94%-
XYZ49.1238.2331.58-
YUV168.4114.8176.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=45.58%
G=26.54%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713814500.420.390.07355.7673.3373.53
HexED8A9102A277164494a
Octal355212221052477544111112
Binary111011011000101010010001010101010011111110110010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A91; }

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

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

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

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

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

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

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

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