Html Css Color HEX #ED8F98 Wewak

📋 copy color: '#ED8F98'

red 237 ◦ green 143 ◦ blue 152

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

Shades of Wewak #ED8F98

Tints of Wewak #ED8F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 44.55%
G = 26.88%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8F98 (or 0xED8F98) is known color: Wewak. HEX triplet: ED, 8F and 98. RGB value is (237,143,152). Sum of RGB (Red+Green+Blue) = 237+143+152=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F98 is #127067. Grayscale: #ACACAC. Windows color (decimal): -1208424 or 9998317. OLE color: 9998317.

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

Color convert

RGB 237 143 152 -
CMYK 0 0.40 0.36 0.07
HSL 354.26º 0.72% 0.75% -
HSV(B) 354.26º 0.4% 0.93% -
XYZ 50.42 39.92 34.75 -
YUV 172.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 237 143 152 0 0.40 0.36 0.07 354.26 0.72 0.75
Hex ED 8F 98 0 28 24 7 162 48 4B
Octal 355 217 230 0 50 44 7 542 110 113
Binary 11101101 10001111 10011000 0 101000 100100 111 101100010 1001000 1001011

Color Harmonies of #ED8F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F98

Black with #ED8F98

Text Example


Text Example

White with #ED8F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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