Html Css Color HEX #ED91A6 Mauvelous

📋 copy color: '#ED91A6'

red 237 ◦ green 145 ◦ blue 166

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

Shades of Mauvelous #ED91A6

Tints of Mauvelous #ED91A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.29%

R = 43.25%
G = 26.46%
B = 30.29%

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

#ED91A6 (or 0xED91A6) is known color: Mauvelous. HEX triplet: ED, 91 and A6. RGB value is (237,145,166). Sum of RGB (Red+Green+Blue) = 237+145+166=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91A6 is #126E59. Grayscale: #AEAEAE. Windows color (decimal): -1207898 or 10916333. OLE color: 10916333.

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

Color convert

RGB 237 145 166 -
CMYK 0 0.39 0.30 0.07
HSL 346.3º 0.72% 0.75% -
HSV(B) 346.3º 0.39% 0.93% -
XYZ 51.93 41.01 41.25 -
YUV 174.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 237 145 166 0 0.39 0.30 0.07 346.3 0.72 0.75
Hex ED 91 A6 0 27 1E 7 15A 48 4B
Octal 355 221 246 0 47 36 7 532 110 113
Binary 11101101 10010001 10100110 0 100111 11110 111 101011010 1001000 1001011

Color Harmonies of #ED91A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91A6

Black with #ED91A6

Text Example


Text Example

White with #ED91A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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