Html Css Color HEX #EB90A2 Mauvelous

📋 copy color: '#EB90A2'

red 235 ◦ green 144 ◦ blue 162

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

Shades of Mauvelous #EB90A2

Tints of Mauvelous #EB90A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 43.44%
G = 26.62%
B = 29.94%

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

#EB90A2 (or 0xEB90A2) is known color: Mauvelous. HEX triplet: EB, 90 and A2. RGB value is (235,144,162). Sum of RGB (Red+Green+Blue) = 235+144+162=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB90A2 is #146F5D. Grayscale: #ADADAD. Windows color (decimal): -1339230 or 10653931. OLE color: 10653931.

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

Color convert

RGB 235 144 162 -
CMYK 0 0.39 0.31 0.08
HSL 348.13º 0.69% 0.74% -
HSV(B) 348.13º 0.39% 0.92% -
XYZ 50.76 40.22 39.27 -
YUV 173.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 235 144 162 0 0.39 0.31 0.08 348.13 0.69 0.74
Hex EB 90 A2 0 27 1F 8 15C 45 4A
Octal 353 220 242 0 47 37 10 534 105 112
Binary 11101011 10010000 10100010 0 100111 11111 1000 101011100 1000101 1001010

Color Harmonies of #EB90A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90A2

Black with #EB90A2

Text Example


Text Example

White with #EB90A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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