Html Css Color HEX #ED94AA Mauvelous

📋 copy color: '#ED94AA'

red 237 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #ED94AA

Tints of Mauvelous #ED94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.67%

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 42.7%
G = 26.67%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED94AA (or 0xED94AA) is known color: Mauvelous. HEX triplet: ED, 94 and AA. RGB value is (237,148,170). Sum of RGB (Red+Green+Blue) = 237+148+170=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED94AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED94AA is #126B55. Grayscale: #B1B1B1. Windows color (decimal): -1207126 or 11179245. OLE color: 11179245.

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

Color convert

RGB 237 148 170 -
CMYK 0 0.38 0.28 0.07
HSL 345.17º 0.71% 0.75% -
HSV(B) 345.17º 0.38% 0.93% -
XYZ 52.77 42.09 43.37 -
YUV 177.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 237 148 170 0 0.38 0.28 0.07 345.17 0.71 0.75
Hex ED 94 AA 0 26 1C 7 159 47 4B
Octal 355 224 252 0 46 34 7 531 107 113
Binary 11101101 10010100 10101010 0 100110 11100 111 101011001 1000111 1001011

Color Harmonies of #ED94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED94AA

Black with #ED94AA

Text Example


Text Example

White with #ED94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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