Html Css Color HEX #ED888E Wewak

📋 copy color: '#ED888E'

red 237 ◦ green 136 ◦ blue 142

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

Shades of Wewak #ED888E

Tints of Wewak #ED888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 46.02%
G = 26.41%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED888E (or 0xED888E) is known color: Wewak. HEX triplet: ED, 88 and 8E. RGB value is (237,136,142). Sum of RGB (Red+Green+Blue) = 237+136+142=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED888E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED888E is #127771. Grayscale: #A6A6A6. Windows color (decimal): -1210226 or 9341165. OLE color: 9341165.

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

Color convert

RGB 237 136 142 -
CMYK 0 0.43 0.40 0.07
HSL 356.44º 0.74% 0.73% -
HSV(B) 356.44º 0.43% 0.93% -
XYZ 48.61 37.57 30.28 -
YUV 166.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 237 136 142 0 0.43 0.40 0.07 356.44 0.74 0.73
Hex ED 88 8E 0 2B 28 7 164 4A 49
Octal 355 210 216 0 53 50 7 544 112 111
Binary 11101101 10001000 10001110 0 101011 101000 111 101100100 1001010 1001001

Color Harmonies of #ED888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED888E

Black with #ED888E

Text Example


Text Example

White with #ED888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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