#ED8A8F

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

Shades of Wewak #ED8A8F

Tints of Wewak #ED8A8F

Color information

#ED8A8F (or 0xED8A8F) is unknown color: approx Wewak. HEX triplet: ED, 8A and 8F. RGB value is (237,138,143). Sum of RGB (Red+Green+Blue) = 237+138+143=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A8F is #127570. Grayscale: #A8A8A8. Windows color (decimal): -1209713 or 9407213. OLE color: 9407213.

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

Color convert

RGB237138143-
CMYK00.420.400.07
HSL356.97º73.33%73.53%-
HSV(B)356.97º41.77%92.94%-
XYZ48.9738.1630.77-
YUV168.17113.8177.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=45.75%
G=26.64%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713814300.420.400.07356.9773.3373.53
HexED8A8F02A287165494a
Octal355212217052507545111112
Binary111011011000101010001111010101010100011110110010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A8F; }

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

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

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

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

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

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

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

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