#ED8A9E

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

Shades of Wewak #ED8A9E

Tints of Wewak #ED8A9E

Color information

#ED8A9E (or 0xED8A9E) is unknown color: approx Wewak. HEX triplet: ED, 8A and 9E. RGB value is (237,138,158). Sum of RGB (Red+Green+Blue) = 237+138+158=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A9E is #127561. Grayscale: #A9A9A9. Windows color (decimal): -1209698 or 10390253. OLE color: 10390253.

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

Color convert

RGB237138158-
CMYK00.420.330.07
HSL347.88º73.33%73.53%-
HSV(B)347.88º41.77%92.94%-
XYZ50.1938.6537.16-
YUV169.88121.3175.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=44.47%
G=25.89%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713815800.420.330.07347.8873.3373.53
HexED8A9E02A21715c494a
Octal355212236052417534111112
Binary111011011000101010011110010101010000111110101110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A9E; }

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

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

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

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

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

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

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

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