Html Css Color HEX #ED8D97 Wewak

📋 copy color: '#ED8D97'

red 237 ◦ green 141 ◦ blue 151

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

Shades of Wewak #ED8D97

Tints of Wewak #ED8D97

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.65%

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 44.8%
G = 26.65%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED8D97 (or 0xED8D97) is known color: Wewak. HEX triplet: ED, 8D and 97. RGB value is (237,141,151). Sum of RGB (Red+Green+Blue) = 237+141+151=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D97 is #127268. Grayscale: #AAAAAA. Windows color (decimal): -1208937 or 9932269. OLE color: 9932269.

HSL color Cylindrical-coordinate representation of color #ED8D97: hue angle of 353.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8D97 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 151 -
CMYK 0 0.41 0.36 0.07
HSL 353.75º 0.73% 0.74% -
HSV(B) 353.75º 0.41% 0.93% -
XYZ 50.04 39.29 34.22 -
YUV 170.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 237 141 151 0 0.41 0.36 0.07 353.75 0.73 0.74
Hex ED 8D 97 0 29 24 7 162 49 4A
Octal 355 215 227 0 51 44 7 542 111 112
Binary 11101101 10001101 10010111 0 101001 100100 111 101100010 1001001 1001010

Color Harmonies of #ED8D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D97

Black with #ED8D97

Text Example


Text Example

White with #ED8D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D97; }

 p { color: rgb(237,141,151); }

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

background-color css

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

 a { background-color: rgb(237,141,151); }

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

border-color css

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

 span { border-color: rgb(237,141,151); }

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