Html Css Color HEX #ED91AA Mauvelous

📋 copy color: '#ED91AA'

red 237 ◦ green 145 ◦ blue 170

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

Shades of Mauvelous #ED91AA

Tints of Mauvelous #ED91AA

RGB

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

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

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

R = 42.93%
G = 26.27%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED91AA (or 0xED91AA) is known color: Mauvelous. HEX triplet: ED, 91 and AA. RGB value is (237,145,170). Sum of RGB (Red+Green+Blue) = 237+145+170=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91AA is #126E55. Grayscale: #AFAFAF. Windows color (decimal): -1207894 or 11178477. OLE color: 11178477.

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

Color convert

RGB 237 145 170 -
CMYK 0 0.39 0.28 0.07
HSL 343.7º 0.72% 0.75% -
HSV(B) 343.7º 0.39% 0.93% -
XYZ 52.31 41.16 43.22 -
YUV 175.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 237 145 170 0 0.39 0.28 0.07 343.7 0.72 0.75
Hex ED 91 AA 0 27 1C 7 158 48 4B
Octal 355 221 252 0 47 34 7 530 110 113
Binary 11101101 10010001 10101010 0 100111 11100 111 101011000 1001000 1001011

Color Harmonies of #ED91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91AA

Black with #ED91AA

Text Example


Text Example

White with #ED91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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