Html Css Color HEX #ED91A0 Wewak

📋 copy color: '#ED91A0'

red 237 ◦ green 145 ◦ blue 160

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

Shades of Wewak #ED91A0

Tints of Wewak #ED91A0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.75%

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 43.73%
G = 26.75%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED91A0 (or 0xED91A0) is known color: Wewak. HEX triplet: ED, 91 and A0. RGB value is (237,145,160). Sum of RGB (Red+Green+Blue) = 237+145+160=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91A0 is #126E5F. Grayscale: #AEAEAE. Windows color (decimal): -1207904 or 10523117. OLE color: 10523117.

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

Color convert

RGB 237 145 160 -
CMYK 0 0.39 0.32 0.07
HSL 350.22º 0.72% 0.75% -
HSV(B) 350.22º 0.39% 0.93% -
XYZ 51.4 40.79 38.42 -
YUV 174.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 237 145 160 0 0.39 0.32 0.07 350.22 0.72 0.75
Hex ED 91 A0 0 27 20 7 15E 48 4B
Octal 355 221 240 0 47 40 7 536 110 113
Binary 11101101 10010001 10100000 0 100111 100000 111 101011110 1001000 1001011

Color Harmonies of #ED91A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91A0

Black with #ED91A0

Text Example


Text Example

White with #ED91A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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