#ED8E90

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

Shades of Wewak #ED8E90

Tints of Wewak #ED8E90

Color information

#ED8E90 (or 0xED8E90) is unknown color: approx Wewak. HEX triplet: ED, 8E and 90. RGB value is (237,142,144). Sum of RGB (Red+Green+Blue) = 237+142+144=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E90 is #12716F. Grayscale: #AAAAAA. Windows color (decimal): -1208688 or 9473773. OLE color: 9473773.

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

Color convert

RGB237142144-
CMYK00.400.390.07
HSL358.74º72.52%74.31%-
HSV(B)358.74º40.08%92.94%-
XYZ49.6339.3631.37-
YUV170.63112.97175.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=45.32%
G=27.15%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714214400.400.390.07358.7472.5274.31
HexED8E90028277167494a
Octal355216220050477547111112
Binary111011011000111010010000010100010011111110110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E90; }

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

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

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

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

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

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

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

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