Html Css Color HEX #ED8E97 Wewak

📋 copy color: '#ED8E97'

red 237 ◦ green 142 ◦ blue 151

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

Shades of Wewak #ED8E97

Tints of Wewak #ED8E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.79%

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

R = 44.72%
G = 26.79%
B = 28.49%

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

#ED8E97 (or 0xED8E97) is known color: Wewak. HEX triplet: ED, 8E and 97. RGB value is (237,142,151). Sum of RGB (Red+Green+Blue) = 237+142+151=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E97 is #127168. Grayscale: #ABABAB. Windows color (decimal): -1208681 or 9932525. OLE color: 9932525.

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

Color convert

RGB 237 142 151 -
CMYK 0 0.40 0.36 0.07
HSL 354.32º 0.73% 0.74% -
HSV(B) 354.32º 0.4% 0.93% -
XYZ 50.18 39.58 34.27 -
YUV 171.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 237 142 151 0 0.40 0.36 0.07 354.32 0.73 0.74
Hex ED 8E 97 0 28 24 7 162 49 4A
Octal 355 216 227 0 50 44 7 542 111 112
Binary 11101101 10001110 10010111 0 101000 100100 111 101100010 1001001 1001010

Color Harmonies of #ED8E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E97

Black with #ED8E97

Text Example


Text Example

White with #ED8E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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