Html Css Color HEX #ED8F9F Wewak

📋 copy color: '#ED8F9F'

red 237 ◦ green 143 ◦ blue 159

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

Shades of Wewak #ED8F9F

Tints of Wewak #ED8F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.53%

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 43.97%
G = 26.53%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED8F9F (or 0xED8F9F) is known color: Wewak. HEX triplet: ED, 8F and 9F. RGB value is (237,143,159). Sum of RGB (Red+Green+Blue) = 237+143+159=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F9F is #127060. Grayscale: #ACACAC. Windows color (decimal): -1208417 or 10457069. OLE color: 10457069.

HSL color Cylindrical-coordinate representation of color #ED8F9F: hue angle of 349.79º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8F9F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 159 -
CMYK 0 0.40 0.33 0.07
HSL 349.79º 0.72% 0.75% -
HSV(B) 349.79º 0.4% 0.93% -
XYZ 51.01 40.15 37.86 -
YUV 172.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 237 143 159 0 0.40 0.33 0.07 349.79 0.72 0.75
Hex ED 8F 9F 0 28 21 7 15E 48 4B
Octal 355 217 237 0 50 41 7 536 110 113
Binary 11101101 10001111 10011111 0 101000 100001 111 101011110 1001000 1001011

Color Harmonies of #ED8F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F9F

Black with #ED8F9F

Text Example


Text Example

White with #ED8F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F9F; }

 p { color: rgb(237,143,159); }

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

background-color css

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

 a { background-color: rgb(237,143,159); }

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

border-color css

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

 span { border-color: rgb(237,143,159); }

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