Html Css Color HEX #ED8F94 Wewak

📋 copy color: '#ED8F94'

red 237 ◦ green 143 ◦ blue 148

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

Shades of Wewak #ED8F94

Tints of Wewak #ED8F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 44.89%
G = 27.08%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED8F94 (or 0xED8F94) is known color: Wewak. HEX triplet: ED, 8F and 94. RGB value is (237,143,148). Sum of RGB (Red+Green+Blue) = 237+143+148=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F94 is #12706B. Grayscale: #ABABAB. Windows color (decimal): -1208428 or 9736173. OLE color: 9736173.

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

Color convert

RGB 237 143 148 -
CMYK 0 0.40 0.38 0.07
HSL 356.81º 0.72% 0.75% -
HSV(B) 356.81º 0.4% 0.93% -
XYZ 50.09 39.79 33.06 -
YUV 171.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 237 143 148 0 0.40 0.38 0.07 356.81 0.72 0.75
Hex ED 8F 94 0 28 26 7 165 48 4B
Octal 355 217 224 0 50 46 7 545 110 113
Binary 11101101 10001111 10010100 0 101000 100110 111 101100101 1001000 1001011

Color Harmonies of #ED8F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F94

Black with #ED8F94

Text Example


Text Example

White with #ED8F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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