Html Css Color HEX #ED8E90 Wewak

📋 copy color: '#ED8E90'

red 237 ◦ green 142 ◦ blue 144

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

Shades of Wewak #ED8E90

Tints of Wewak #ED8E90

RGB

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

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

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

R = 45.32%
G = 27.15%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED8E90 (or 0xED8E90) is known color: Wewak. HEX triplet: ED, 8E and 90. RGB value is (237,142,144). Sum of RGB (Red+Green+Blue) = 237+142+144=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E90 is #12716F. Grayscale: #AAAAAA. Windows color (decimal): -1208688 or 9473773. OLE color: 9473773.

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

Color convert

RGB 237 142 144 -
CMYK 0 0.40 0.39 0.07
HSL 358.74º 0.73% 0.74% -
HSV(B) 358.74º 0.4% 0.93% -
XYZ 49.63 39.36 31.37 -
YUV 170.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 237 142 144 0 0.40 0.39 0.07 358.74 0.73 0.74
Hex ED 8E 90 0 28 27 7 167 49 4A
Octal 355 216 220 0 50 47 7 547 111 112
Binary 11101101 10001110 10010000 0 101000 100111 111 101100111 1001001 1001010

Color Harmonies of #ED8E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E90

Black with #ED8E90

Text Example


Text Example

White with #ED8E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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