Html Css Color HEX #ED8F9E Wewak

📋 copy color: '#ED8F9E'

red 237 ◦ green 143 ◦ blue 158

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

Shades of Wewak #ED8F9E

Tints of Wewak #ED8F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 44.05%
G = 26.58%
B = 29.37%

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

#ED8F9E (or 0xED8F9E) is known color: Wewak. HEX triplet: ED, 8F and 9E. RGB value is (237,143,158). Sum of RGB (Red+Green+Blue) = 237+143+158=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F9E is #127061. Grayscale: #ACACAC. Windows color (decimal): -1208418 or 10391533. OLE color: 10391533.

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

Color convert

RGB 237 143 158 -
CMYK 0 0.40 0.33 0.07
HSL 350.43º 0.72% 0.75% -
HSV(B) 350.43º 0.4% 0.93% -
XYZ 50.92 40.12 37.41 -
YUV 172.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 237 143 158 0 0.40 0.33 0.07 350.43 0.72 0.75
Hex ED 8F 9E 0 28 21 7 15E 48 4B
Octal 355 217 236 0 50 41 7 536 110 113
Binary 11101101 10001111 10011110 0 101000 100001 111 101011110 1001000 1001011

Color Harmonies of #ED8F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F9E

Black with #ED8F9E

Text Example


Text Example

White with #ED8F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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