#ED8A99

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

Shades of Wewak #ED8A99

Tints of Wewak #ED8A99

Color information

#ED8A99 (or 0xED8A99) is unknown color: approx Wewak. HEX triplet: ED, 8A and 99. RGB value is (237,138,153). Sum of RGB (Red+Green+Blue) = 237+138+153=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A99 is #127566. Grayscale: #A9A9A9. Windows color (decimal): -1209703 or 10062573. OLE color: 10062573.

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

Color convert

RGB237138153-
CMYK00.420.350.07
HSL350.91º73.33%73.53%-
HSV(B)350.91º41.77%92.94%-
XYZ49.7638.4834.94-
YUV169.31118.8176.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=44.89%
G=26.14%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713815300.420.350.07350.9173.3373.53
HexED8A9902A23715f494a
Octal355212231052437537111112
Binary111011011000101010011001010101010001111110101111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A99; }

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

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

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

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

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

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

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

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