Html Css Color HEX #ED9295 Wewak

📋 copy color: '#ED9295'

red 237 ◦ green 146 ◦ blue 149

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

Shades of Wewak #ED9295

Tints of Wewak #ED9295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.44%

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

R = 44.55%
G = 27.44%
B = 28.01%

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

#ED9295 (or 0xED9295) is known color: Wewak. HEX triplet: ED, 92 and 95. RGB value is (237,146,149). Sum of RGB (Red+Green+Blue) = 237+146+149=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9295 is #126D6A. Grayscale: #ADADAD. Windows color (decimal): -1207659 or 9802477. OLE color: 9802477.

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

Color convert

RGB 237 146 149 -
CMYK 0 0.38 0.37 0.07
HSL 358.02º 0.72% 0.75% -
HSV(B) 358.02º 0.38% 0.93% -
XYZ 50.63 40.73 33.63 -
YUV 173.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 237 146 149 0 0.38 0.37 0.07 358.02 0.72 0.75
Hex ED 92 95 0 26 25 7 166 48 4B
Octal 355 222 225 0 46 45 7 546 110 113
Binary 11101101 10010010 10010101 0 100110 100101 111 101100110 1001000 1001011

Color Harmonies of #ED9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9295

Black with #ED9295

Text Example


Text Example

White with #ED9295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9295; }

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

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

background-color css

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

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

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

border-color css

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

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

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