Html Css Color HEX #ED888C Wewak

📋 copy color: '#ED888C'

red 237 ◦ green 136 ◦ blue 140

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

Shades of Wewak #ED888C

Tints of Wewak #ED888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 46.2%
G = 26.51%
B = 27.29%

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

#ED888C (or 0xED888C) is known color: Wewak. HEX triplet: ED, 88 and 8C. RGB value is (237,136,140). Sum of RGB (Red+Green+Blue) = 237+136+140=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED888C is #127773. Grayscale: #A6A6A6. Windows color (decimal): -1210228 or 9210093. OLE color: 9210093.

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

Color convert

RGB 237 136 140 -
CMYK 0 0.43 0.41 0.07
HSL 357.62º 0.74% 0.73% -
HSV(B) 357.62º 0.43% 0.93% -
XYZ 48.46 37.51 29.5 -
YUV 166.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 237 136 140 0 0.43 0.41 0.07 357.62 0.74 0.73
Hex ED 88 8C 0 2B 29 7 166 4A 49
Octal 355 210 214 0 53 51 7 546 112 111
Binary 11101101 10001000 10001100 0 101011 101001 111 101100110 1001010 1001001

Color Harmonies of #ED888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED888C

Black with #ED888C

Text Example


Text Example

White with #ED888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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