Html Css Color HEX #ED888D Wewak

📋 copy color: '#ED888D'

red 237 ◦ green 136 ◦ blue 141

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

Shades of Wewak #ED888D

Tints of Wewak #ED888D

RGB

 RED value IS 237 (92.97% from 255) = 46.11%

 GREEN value IS 136 (53.52% from 255) = 26.46%

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 46.11%
G = 26.46%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED888D (or 0xED888D) is known color: Wewak. HEX triplet: ED, 88 and 8D. RGB value is (237,136,141). Sum of RGB (Red+Green+Blue) = 237+136+141=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED888D is #127772. Grayscale: #A6A6A6. Windows color (decimal): -1210227 or 9275629. OLE color: 9275629.

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

Color convert

RGB 237 136 141 -
CMYK 0 0.43 0.41 0.07
HSL 357.03º 0.74% 0.73% -
HSV(B) 357.03º 0.43% 0.93% -
XYZ 48.54 37.54 29.89 -
YUV 166.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 237 136 141 0 0.43 0.41 0.07 357.03 0.74 0.73
Hex ED 88 8D 0 2B 29 7 165 4A 49
Octal 355 210 215 0 53 51 7 545 112 111
Binary 11101101 10001000 10001101 0 101011 101001 111 101100101 1001010 1001001

Color Harmonies of #ED888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED888D

Black with #ED888D

Text Example


Text Example

White with #ED888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED888D; }

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

 H1.HeaderClassName
 {
   color: #ED888D;
 }
 .AnyTagClassName
 {
   color: #ED888D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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