Html Css Color HEX #ED91A5 Mauvelous

📋 copy color: '#ED91A5'

red 237 ◦ green 145 ◦ blue 165

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

Shades of Mauvelous #ED91A5

Tints of Mauvelous #ED91A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.16%

R = 43.33%
G = 26.51%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED91A5 (or 0xED91A5) is known color: Mauvelous. HEX triplet: ED, 91 and A5. RGB value is (237,145,165). Sum of RGB (Red+Green+Blue) = 237+145+165=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91A5 is #126E5A. Grayscale: #AEAEAE. Windows color (decimal): -1207899 or 10850797. OLE color: 10850797.

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

Color convert

RGB 237 145 165 -
CMYK 0 0.39 0.30 0.07
HSL 346.96º 0.72% 0.75% -
HSV(B) 346.96º 0.39% 0.93% -
XYZ 51.84 40.97 40.77 -
YUV 174.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 237 145 165 0 0.39 0.30 0.07 346.96 0.72 0.75
Hex ED 91 A5 0 27 1E 7 15B 48 4B
Octal 355 221 245 0 47 36 7 533 110 113
Binary 11101101 10010001 10100101 0 100111 11110 111 101011011 1001000 1001011

Color Harmonies of #ED91A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91A5

Black with #ED91A5

Text Example


Text Example

White with #ED91A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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