Html Css Color HEX #ED8F99 Wewak

📋 copy color: '#ED8F99'

red 237 ◦ green 143 ◦ blue 153

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

Shades of Wewak #ED8F99

Tints of Wewak #ED8F99

RGB

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

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

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

R = 44.47%
G = 26.83%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED8F99 (or 0xED8F99) is known color: Wewak. HEX triplet: ED, 8F and 99. RGB value is (237,143,153). Sum of RGB (Red+Green+Blue) = 237+143+153=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F99 is #127066. Grayscale: #ACACAC. Windows color (decimal): -1208423 or 10063853. OLE color: 10063853.

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

Color convert

RGB 237 143 153 -
CMYK 0 0.40 0.35 0.07
HSL 353.62º 0.72% 0.75% -
HSV(B) 353.62º 0.4% 0.93% -
XYZ 50.5 39.95 35.19 -
YUV 172.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 237 143 153 0 0.40 0.35 0.07 353.62 0.72 0.75
Hex ED 8F 99 0 28 23 7 162 48 4B
Octal 355 217 231 0 50 43 7 542 110 113
Binary 11101101 10001111 10011001 0 101000 100011 111 101100010 1001000 1001011

Color Harmonies of #ED8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F99

Black with #ED8F99

Text Example


Text Example

White with #ED8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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