Html Css Color HEX #ED8F91 Wewak

📋 copy color: '#ED8F91'

red 237 ◦ green 143 ◦ blue 145

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

Shades of Wewak #ED8F91

Tints of Wewak #ED8F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.62%

R = 45.14%
G = 27.24%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8F91 (or 0xED8F91) is known color: Wewak. HEX triplet: ED, 8F and 91. RGB value is (237,143,145). Sum of RGB (Red+Green+Blue) = 237+143+145=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F91 is #12706E. Grayscale: #ABABAB. Windows color (decimal): -1208431 or 9539565. OLE color: 9539565.

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

Color convert

RGB 237 143 145 -
CMYK 0 0.40 0.39 0.07
HSL 358.72º 0.72% 0.75% -
HSV(B) 358.72º 0.4% 0.93% -
XYZ 49.86 39.69 31.82 -
YUV 171.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 237 143 145 0 0.40 0.39 0.07 358.72 0.72 0.75
Hex ED 8F 91 0 28 27 7 167 48 4B
Octal 355 217 221 0 50 47 7 547 110 113
Binary 11101101 10001111 10010001 0 101000 100111 111 101100111 1001000 1001011

Color Harmonies of #ED8F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F91

Black with #ED8F91

Text Example


Text Example

White with #ED8F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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