#ED8A9B

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

Shades of Wewak #ED8A9B

Tints of Wewak #ED8A9B

Color information

#ED8A9B (or 0xED8A9B) is unknown color: approx Wewak. HEX triplet: ED, 8A and 9B. RGB value is (237,138,155). Sum of RGB (Red+Green+Blue) = 237+138+155=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A9B is #127564. Grayscale: #A9A9A9. Windows color (decimal): -1209701 or 10193645. OLE color: 10193645.

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

Color convert

RGB237138155-
CMYK00.420.350.07
HSL349.7º73.33%73.53%-
HSV(B)349.7º41.77%92.94%-
XYZ49.9338.5535.82-
YUV169.54119.8176.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=44.72%
G=26.04%
B=29.25%

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
Decimal23713815500.420.350.07349.773.3373.53
HexED8A9B02A23715e494a
Octal355212233052437536111112
Binary111011011000101010011011010101010001111110101111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A9B; }

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

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

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

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

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

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

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

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