Html Css Color HEX #ED8D98 Wewak

📋 copy color: '#ED8D98'

red 237 ◦ green 141 ◦ blue 152

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

Shades of Wewak #ED8D98

Tints of Wewak #ED8D98

RGB

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

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

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

R = 44.72%
G = 26.6%
B = 28.68%

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

#ED8D98 (or 0xED8D98) is known color: Wewak. HEX triplet: ED, 8D and 98. RGB value is (237,141,152). Sum of RGB (Red+Green+Blue) = 237+141+152=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D98 is #127267. Grayscale: #ABABAB. Windows color (decimal): -1208936 or 9997805. OLE color: 9997805.

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

Color convert

RGB 237 141 152 -
CMYK 0 0.41 0.36 0.07
HSL 353.13º 0.73% 0.74% -
HSV(B) 353.13º 0.41% 0.93% -
XYZ 50.12 39.32 34.65 -
YUV 170.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 237 141 152 0 0.41 0.36 0.07 353.13 0.73 0.74
Hex ED 8D 98 0 29 24 7 161 49 4A
Octal 355 215 230 0 51 44 7 541 111 112
Binary 11101101 10001101 10011000 0 101001 100100 111 101100001 1001001 1001010

Color Harmonies of #ED8D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D98

Black with #ED8D98

Text Example


Text Example

White with #ED8D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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