Html Css Color HEX #ED959D Wewak

📋 copy color: '#ED959D'

red 237 ◦ green 149 ◦ blue 157

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

Shades of Wewak #ED959D

Tints of Wewak #ED959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.44%

 BLUE value IS 157 (61.72% from 255) = 28.91%

R = 43.65%
G = 27.44%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED959D (or 0xED959D) is known color: Wewak. HEX triplet: ED, 95 and 9D. RGB value is (237,149,157). Sum of RGB (Red+Green+Blue) = 237+149+157=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED959D is #126A62. Grayscale: #B0B0B0. Windows color (decimal): -1206883 or 10327533. OLE color: 10327533.

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

Color convert

RGB 237 149 157 -
CMYK 0 0.37 0.34 0.07
HSL 354.55º 0.71% 0.76% -
HSV(B) 354.55º 0.37% 0.93% -
XYZ 51.76 41.93 37.26 -
YUV 176.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 237 149 157 0 0.37 0.34 0.07 354.55 0.71 0.76
Hex ED 95 9D 0 25 22 7 163 47 4C
Octal 355 225 235 0 45 42 7 543 107 114
Binary 11101101 10010101 10011101 0 100101 100010 111 101100011 1000111 1001100

Color Harmonies of #ED959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED959D

Black with #ED959D

Text Example


Text Example

White with #ED959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED959D; }

 p { color: rgb(237,149,157); }

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

background-color css

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

 a { background-color: rgb(237,149,157); }

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

border-color css

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

 span { border-color: rgb(237,149,157); }

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