Html Css Color HEX #ED9EA0 Wewak

📋 copy color: '#ED9EA0'

red 237 ◦ green 158 ◦ blue 160

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

Shades of Wewak #ED9EA0

Tints of Wewak #ED9EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.47%

 BLUE value IS 160 (62.89% from 255) = 28.83%

R = 42.7%
G = 28.47%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED9EA0 (or 0xED9EA0) is known color: Wewak. HEX triplet: ED, 9E and A0. RGB value is (237,158,160). Sum of RGB (Red+Green+Blue) = 237+158+160=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9EA0 is #12615F. Grayscale: #B5B5B5. Windows color (decimal): -1204576 or 10526445. OLE color: 10526445.

HSL color Cylindrical-coordinate representation of color #ED9EA0: hue angle of 358.48º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9EA0 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 158 160 -
CMYK 0 0.33 0.32 0.07
HSL 358.48º 0.69% 0.77% -
HSV(B) 358.48º 0.33% 0.93% -
XYZ 53.5 45 39.12 -
YUV 181.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 237 158 160 0 0.33 0.32 0.07 358.48 0.69 0.77
Hex ED 9E A0 0 21 20 7 166 45 4D
Octal 355 236 240 0 41 40 7 546 105 115
Binary 11101101 10011110 10100000 0 100001 100000 111 101100110 1000101 1001101

Color Harmonies of #ED9EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EA0

Black with #ED9EA0

Text Example


Text Example

White with #ED9EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EA0; }

 p { color: rgb(237,158,160); }

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

background-color css

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

 a { background-color: rgb(237,158,160); }

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

border-color css

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

 span { border-color: rgb(237,158,160); }

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