Html Css Color HEX #ED8D90 Wewak

📋 copy color: '#ED8D90'

red 237 ◦ green 141 ◦ blue 144

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

Shades of Wewak #ED8D90

Tints of Wewak #ED8D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 45.4%
G = 27.01%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8D90 (or 0xED8D90) is known color: Wewak. HEX triplet: ED, 8D and 90. RGB value is (237,141,144). Sum of RGB (Red+Green+Blue) = 237+141+144=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D90 is #12726F. Grayscale: #AAAAAA. Windows color (decimal): -1208944 or 9473517. OLE color: 9473517.

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

Color convert

RGB 237 141 144 -
CMYK 0 0.41 0.39 0.07
HSL 358.13º 0.73% 0.74% -
HSV(B) 358.13º 0.41% 0.93% -
XYZ 49.48 39.07 31.32 -
YUV 170.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 237 141 144 0 0.41 0.39 0.07 358.13 0.73 0.74
Hex ED 8D 90 0 29 27 7 166 49 4A
Octal 355 215 220 0 51 47 7 546 111 112
Binary 11101101 10001101 10010000 0 101001 100111 111 101100110 1001001 1001010

Color Harmonies of #ED8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D90

Black with #ED8D90

Text Example


Text Example

White with #ED8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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