#ED8D9A

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

Shades of Wewak #ED8D9A

Tints of Wewak #ED8D9A

Color information

#ED8D9A (or 0xED8D9A) is unknown color: approx Wewak. HEX triplet: ED, 8D and 9A. RGB value is (237,141,154). Sum of RGB (Red+Green+Blue) = 237+141+154=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D9A is #127265. Grayscale: #ABABAB. Windows color (decimal): -1208934 or 10128877. OLE color: 10128877.

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

Color convert

RGB237141154-
CMYK00.410.350.07
HSL351.88º72.73%74.12%-
HSV(B)351.88º40.51%92.94%-
XYZ50.2839.3935.52-
YUV171.19118.3174.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=44.55%
G=26.50%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714115400.410.350.07351.8872.7374.12
HexED8D9A029237160494a
Octal355215232051437540111112
Binary111011011000110110011010010100110001111110110000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D9A; }

 p { color: rgb(237,141,154); }

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

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

 a { background-color: rgb(237,141,154); }

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

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

 span { border-color: rgb(237,141,154); }

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