Html Css Color HEX #ED8999 Wewak

📋 copy color: '#ED8999'

red 237 ◦ green 137 ◦ blue 153

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

Shades of Wewak #ED8999

Tints of Wewak #ED8999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26%

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 44.97%
G = 26%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED8999 (or 0xED8999) is known color: Wewak. HEX triplet: ED, 89 and 99. RGB value is (237,137,153). Sum of RGB (Red+Green+Blue) = 237+137+153=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8999 is #127666. Grayscale: #A8A8A8. Windows color (decimal): -1209959 or 10062317. OLE color: 10062317.

HSL color Cylindrical-coordinate representation of color #ED8999: hue angle of 350.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8999 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 153 -
CMYK 0 0.42 0.35 0.07
HSL 350.4º 0.74% 0.73% -
HSV(B) 350.4º 0.42% 0.93% -
XYZ 49.62 38.2 34.89 -
YUV 168.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 237 137 153 0 0.42 0.35 0.07 350.4 0.74 0.73
Hex ED 89 99 0 2A 23 7 15E 4A 49
Octal 355 211 231 0 52 43 7 536 112 111
Binary 11101101 10001001 10011001 0 101010 100011 111 101011110 1001010 1001001

Color Harmonies of #ED8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8999

Black with #ED8999

Text Example


Text Example

White with #ED8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8999; }

 p { color: rgb(237,137,153); }

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

background-color css

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

 a { background-color: rgb(237,137,153); }

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

border-color css

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

 span { border-color: rgb(237,137,153); }

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