Html Css Color HEX #ED9094 Wewak

📋 copy color: '#ED9094'

red 237 ◦ green 144 ◦ blue 148

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

Shades of Wewak #ED9094

Tints of Wewak #ED9094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 44.8%
G = 27.22%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9094 (or 0xED9094) is known color: Wewak. HEX triplet: ED, 90 and 94. RGB value is (237,144,148). Sum of RGB (Red+Green+Blue) = 237+144+148=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9094 is #126F6B. Grayscale: #ACACAC. Windows color (decimal): -1208172 or 9736429. OLE color: 9736429.

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

Color convert

RGB 237 144 148 -
CMYK 0 0.39 0.38 0.07
HSL 357.42º 0.72% 0.75% -
HSV(B) 357.42º 0.39% 0.93% -
XYZ 50.24 40.09 33.11 -
YUV 172.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 237 144 148 0 0.39 0.38 0.07 357.42 0.72 0.75
Hex ED 90 94 0 27 26 7 165 48 4B
Octal 355 220 224 0 47 46 7 545 110 113
Binary 11101101 10010000 10010100 0 100111 100110 111 101100101 1001000 1001011

Color Harmonies of #ED9094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9094

Black with #ED9094

Text Example


Text Example

White with #ED9094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9094; }

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

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

background-color css

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

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

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

border-color css

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

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

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