Html Css Color HEX #ED9095 Wewak

📋 copy color: '#ED9095'

red 237 ◦ green 144 ◦ blue 149

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

Shades of Wewak #ED9095

Tints of Wewak #ED9095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.17%

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

R = 44.72%
G = 27.17%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED9095 (or 0xED9095) is known color: Wewak. HEX triplet: ED, 90 and 95. RGB value is (237,144,149). Sum of RGB (Red+Green+Blue) = 237+144+149=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9095 is #126F6A. Grayscale: #ACACAC. Windows color (decimal): -1208171 or 9801965. OLE color: 9801965.

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

Color convert

RGB 237 144 149 -
CMYK 0 0.39 0.37 0.07
HSL 356.77º 0.72% 0.75% -
HSV(B) 356.77º 0.39% 0.93% -
XYZ 50.32 40.12 33.53 -
YUV 172.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 237 144 149 0 0.39 0.37 0.07 356.77 0.72 0.75
Hex ED 90 95 0 27 25 7 165 48 4B
Octal 355 220 225 0 47 45 7 545 110 113
Binary 11101101 10010000 10010101 0 100111 100101 111 101100101 1001000 1001011

Color Harmonies of #ED9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9095

Black with #ED9095

Text Example


Text Example

White with #ED9095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9095; }

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

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

background-color css

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

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

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

border-color css

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

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

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