Html Css Color HEX #ED91AB Mauvelous

📋 copy color: '#ED91AB'

red 237 ◦ green 145 ◦ blue 171

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

Shades of Mauvelous #ED91AB

Tints of Mauvelous #ED91AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.92%

R = 42.86%
G = 26.22%
B = 30.92%

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

#ED91AB (or 0xED91AB) is known color: Mauvelous. HEX triplet: ED, 91 and AB. RGB value is (237,145,171). Sum of RGB (Red+Green+Blue) = 237+145+171=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91AB is #126E54. Grayscale: #AFAFAF. Windows color (decimal): -1207893 or 11244013. OLE color: 11244013.

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

Color convert

RGB 237 145 171 -
CMYK 0 0.39 0.28 0.07
HSL 343.04º 0.72% 0.75% -
HSV(B) 343.04º 0.39% 0.93% -
XYZ 52.4 41.2 43.72 -
YUV 175.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 237 145 171 0 0.39 0.28 0.07 343.04 0.72 0.75
Hex ED 91 AB 0 27 1C 7 157 48 4B
Octal 355 221 253 0 47 34 7 527 110 113
Binary 11101101 10010001 10101011 0 100111 11100 111 101010111 1001000 1001011

Color Harmonies of #ED91AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91AB

Black with #ED91AB

Text Example


Text Example

White with #ED91AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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