Html Css Color HEX #EB90AB Mauvelous

📋 copy color: '#EB90AB'

red 235 ◦ green 144 ◦ blue 171

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

Shades of Mauvelous #EB90AB

Tints of Mauvelous #EB90AB

RGB

 RED value IS 235 (92.19% from 255) = 42.73%

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

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

R = 42.73%
G = 26.18%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB90AB (or 0xEB90AB) is known color: Mauvelous. HEX triplet: EB, 90 and AB. RGB value is (235,144,171). Sum of RGB (Red+Green+Blue) = 235+144+171=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90AB is #146F54. Grayscale: #AEAEAE. Windows color (decimal): -1339221 or 11243755. OLE color: 11243755.

HSL color Cylindrical-coordinate representation of color #EB90AB: hue angle of 342.2º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90AB is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 144 171 -
CMYK 0 0.39 0.27 0.08
HSL 342.2º 0.69% 0.74% -
HSV(B) 342.2º 0.39% 0.92% -
XYZ 51.58 40.55 43.64 -
YUV 174.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 235 144 171 0 0.39 0.27 0.08 342.2 0.69 0.74
Hex EB 90 AB 0 27 1B 8 156 45 4A
Octal 353 220 253 0 47 33 10 526 105 112
Binary 11101011 10010000 10101011 0 100111 11011 1000 101010110 1000101 1001010

Color Harmonies of #EB90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90AB

Black with #EB90AB

Text Example


Text Example

White with #EB90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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