Html Css Color HEX #ED888A Wewak

📋 copy color: '#ED888A'

red 237 ◦ green 136 ◦ blue 138

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

Shades of Wewak #ED888A

Tints of Wewak #ED888A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 46.38%
G = 26.61%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED888A (or 0xED888A) is known color: Wewak. HEX triplet: ED, 88 and 8A. RGB value is (237,136,138). Sum of RGB (Red+Green+Blue) = 237+136+138=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED888A is #127775. Grayscale: #A6A6A6. Windows color (decimal): -1210230 or 9079021. OLE color: 9079021.

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

Color convert

RGB 237 136 138 -
CMYK 0 0.43 0.42 0.07
HSL 358.81º 0.74% 0.73% -
HSV(B) 358.81º 0.43% 0.93% -
XYZ 48.32 37.45 28.73 -
YUV 166.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 237 136 138 0 0.43 0.42 0.07 358.81 0.74 0.73
Hex ED 88 8A 0 2B 2A 7 167 4A 49
Octal 355 210 212 0 53 52 7 547 112 111
Binary 11101101 10001000 10001010 0 101011 101010 111 101100111 1001010 1001001

Color Harmonies of #ED888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED888A

Black with #ED888A

Text Example


Text Example

White with #ED888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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