Html Css Color HEX #EB90A1 Mauvelous

📋 copy color: '#EB90A1'

red 235 ◦ green 144 ◦ blue 161

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

Shades of Mauvelous #EB90A1

Tints of Mauvelous #EB90A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.81%

R = 43.52%
G = 26.67%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB90A1 (or 0xEB90A1) is known color: Mauvelous. HEX triplet: EB, 90 and A1. RGB value is (235,144,161). Sum of RGB (Red+Green+Blue) = 235+144+161=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90A1 is #146F5E. Grayscale: #ADADAD. Windows color (decimal): -1339231 or 10588395. OLE color: 10588395.

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

Color convert

RGB 235 144 161 -
CMYK 0 0.39 0.31 0.08
HSL 348.79º 0.69% 0.74% -
HSV(B) 348.79º 0.39% 0.92% -
XYZ 50.67 40.18 38.8 -
YUV 173.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 235 144 161 0 0.39 0.31 0.08 348.79 0.69 0.74
Hex EB 90 A1 0 27 1F 8 15D 45 4A
Octal 353 220 241 0 47 37 10 535 105 112
Binary 11101011 10010000 10100001 0 100111 11111 1000 101011101 1000101 1001010

Color Harmonies of #EB90A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90A1

Black with #EB90A1

Text Example


Text Example

White with #EB90A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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