Html Css Color HEX #ED9091 Wewak

📋 copy color: '#ED9091'

red 237 ◦ green 144 ◦ blue 145

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

Shades of Wewak #ED9091

Tints of Wewak #ED9091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 45.06%
G = 27.38%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED9091 (or 0xED9091) is known color: Wewak. HEX triplet: ED, 90 and 91. RGB value is (237,144,145). Sum of RGB (Red+Green+Blue) = 237+144+145=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9091 is #126F6E. Grayscale: #ACACAC. Windows color (decimal): -1208175 or 9539821. OLE color: 9539821.

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

Color convert

RGB 237 144 145 -
CMYK 0 0.39 0.39 0.07
HSL 359.35º 0.72% 0.75% -
HSV(B) 359.35º 0.39% 0.93% -
XYZ 50.01 40 31.87 -
YUV 171.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 237 144 145 0 0.39 0.39 0.07 359.35 0.72 0.75
Hex ED 90 91 0 27 27 7 167 48 4B
Octal 355 220 221 0 47 47 7 547 110 113
Binary 11101101 10010000 10010001 0 100111 100111 111 101100111 1001000 1001011

Color Harmonies of #ED9091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9091

Black with #ED9091

Text Example


Text Example

White with #ED9091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9091; }

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

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

background-color css

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

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

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

border-color css

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

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

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