Html Css Color HEX #ED9495 Wewak

📋 copy color: '#ED9495'

red 237 ◦ green 148 ◦ blue 149

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

Shades of Wewak #ED9495

Tints of Wewak #ED9495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 44.38%
G = 27.72%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED9495 (or 0xED9495) is known color: Wewak. HEX triplet: ED, 94 and 95. RGB value is (237,148,149). Sum of RGB (Red+Green+Blue) = 237+148+149=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9495 is #126B6A. Grayscale: #AEAEAE. Windows color (decimal): -1207147 or 9802989. OLE color: 9802989.

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

Color convert

RGB 237 148 149 -
CMYK 0 0.38 0.37 0.07
HSL 359.33º 0.71% 0.75% -
HSV(B) 359.33º 0.38% 0.93% -
XYZ 50.94 41.35 33.73 -
YUV 174.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 237 148 149 0 0.38 0.37 0.07 359.33 0.71 0.75
Hex ED 94 95 0 26 25 7 167 47 4B
Octal 355 224 225 0 46 45 7 547 107 113
Binary 11101101 10010100 10010101 0 100110 100101 111 101100111 1000111 1001011

Color Harmonies of #ED9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9495

Black with #ED9495

Text Example


Text Example

White with #ED9495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9495; }

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

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

background-color css

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

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

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

border-color css

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

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

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