Html Css Color HEX #ED949E Wewak

📋 copy color: '#ED949E'

red 237 ◦ green 148 ◦ blue 158

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

Shades of Wewak #ED949E

Tints of Wewak #ED949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

 BLUE value IS 158 (62.11% from 255) = 29.1%

R = 43.65%
G = 27.26%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED949E (or 0xED949E) is known color: Wewak. HEX triplet: ED, 94 and 9E. RGB value is (237,148,158). Sum of RGB (Red+Green+Blue) = 237+148+158=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED949E is #126B61. Grayscale: #AFAFAF. Windows color (decimal): -1207138 or 10392813. OLE color: 10392813.

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

Color convert

RGB 237 148 158 -
CMYK 0 0.38 0.33 0.07
HSL 353.26º 0.71% 0.75% -
HSV(B) 353.26º 0.38% 0.93% -
XYZ 51.69 41.65 37.66 -
YUV 175.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 237 148 158 0 0.38 0.33 0.07 353.26 0.71 0.75
Hex ED 94 9E 0 26 21 7 161 47 4B
Octal 355 224 236 0 46 41 7 541 107 113
Binary 11101101 10010100 10011110 0 100110 100001 111 101100001 1000111 1001011

Color Harmonies of #ED949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED949E

Black with #ED949E

Text Example


Text Example

White with #ED949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED949E; }

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

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

background-color css

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

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

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

border-color css

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

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

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