#ED8688

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

Shades of Wewak #ED8688

Tints of Wewak #ED8688

Color information

#ED8688 (or 0xED8688) is unknown color: approx Wewak. HEX triplet: ED, 86 and 88. RGB value is (237,134,136). Sum of RGB (Red+Green+Blue) = 237+134+136=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8688 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8688 is #127977. Grayscale: #A5A5A5. Windows color (decimal): -1210744 or 8947437. OLE color: 8947437.

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

Color convert

RGB237134136-
CMYK00.430.430.07
HSL358.83º74.1%72.75%-
HSV(B)358.83º43.46%92.94%-
XYZ47.8936.8327.88-
YUV165.02111.62179.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=46.75%
G=26.43%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713413600.430.430.07358.8374.172.75
HexED868802B2B71674a49
Octal355206210053537547112111
Binary111011011000011010001000010101110101111110110011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8688; }

 p { color: rgb(237,134,136); }

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

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

 a { background-color: rgb(237,134,136); }

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

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

 span { border-color: rgb(237,134,136); }

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