Html Css Color HEX #ED90AB Mauvelous

📋 copy color: '#ED90AB'

red 237 ◦ green 144 ◦ blue 171

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

Shades of Mauvelous #ED90AB

Tints of Mauvelous #ED90AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.09%

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

R = 42.93%
G = 26.09%
B = 30.98%

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

#ED90AB (or 0xED90AB) is known color: Mauvelous. HEX triplet: ED, 90 and AB. RGB value is (237,144,171). Sum of RGB (Red+Green+Blue) = 237+144+171=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AB is #126F54. Grayscale: #AEAEAE. Windows color (decimal): -1208149 or 11243757. OLE color: 11243757.

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

Color convert

RGB 237 144 171 -
CMYK 0 0.39 0.28 0.07
HSL 342.58º 0.72% 0.75% -
HSV(B) 342.58º 0.39% 0.93% -
XYZ 52.25 40.89 43.67 -
YUV 174.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 237 144 171 0 0.39 0.28 0.07 342.58 0.72 0.75
Hex ED 90 AB 0 27 1C 7 157 48 4B
Octal 355 220 253 0 47 34 7 527 110 113
Binary 11101101 10010000 10101011 0 100111 11100 111 101010111 1001000 1001011

Color Harmonies of #ED90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90AB

Black with #ED90AB

Text Example


Text Example

White with #ED90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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