Html Css Color HEX #ED8688 Wewak

📋 copy color: '#ED8688'

red 237 ◦ green 134 ◦ blue 136

#ED8688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #ED8688

Tints of Wewak #ED8688

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 value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8688 (or 0xED8688) is known color: 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

RGB 237 134 136 -
CMYK 0 0.43 0.43 0.07
HSL 358.84º 0.74% 0.73% -
HSV(B) 358.84º 0.43% 0.93% -
XYZ 47.89 36.83 27.88 -
YUV 165.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 237 134 136 0 0.43 0.43 0.07 358.84 0.74 0.73
Hex ED 86 88 0 2B 2B 7 167 4A 49
Octal 355 206 210 0 53 53 7 547 112 111
Binary 11101101 10000110 10001000 0 101011 101011 111 101100111 1001010 1001001

Color Harmonies of #ED8688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8688

Black with #ED8688

Text Example


Text Example

White with #ED8688

Text Example


Text Example

HTML Codes & Css Web 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>