Html Css Color HEX #EB8AAA Mauvelous

📋 copy color: '#EB8AAA'

red 235 ◦ green 138 ◦ blue 170

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

Shades of Mauvelous #EB8AAA

Tints of Mauvelous #EB8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

 BLUE value IS 170 (66.8% from 255) = 31.31%

R = 43.28%
G = 25.41%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB8AAA (or 0xEB8AAA) is known color: Mauvelous. HEX triplet: EB, 8A and AA. RGB value is (235,138,170). Sum of RGB (Red+Green+Blue) = 235+138+170=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AAA is #147555. Grayscale: #AAAAAA. Windows color (decimal): -1340758 or 11176683. OLE color: 11176683.

HSL color Cylindrical-coordinate representation of color #EB8AAA: hue angle of 340.21º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AAA is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 138 170 -
CMYK 0 0.41 0.28 0.08
HSL 340.21º 0.71% 0.73% -
HSV(B) 340.21º 0.41% 0.92% -
XYZ 50.61 38.74 42.84 -
YUV 170.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 235 138 170 0 0.41 0.28 0.08 340.21 0.71 0.73
Hex EB 8A AA 0 29 1C 8 154 47 49
Octal 353 212 252 0 51 34 10 524 107 111
Binary 11101011 10001010 10101010 0 101001 11100 1000 101010100 1000111 1001001

Color Harmonies of #EB8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8AAA

Black with #EB8AAA

Text Example


Text Example

White with #EB8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8AAA; }

 p { color: rgb(235,138,170); }

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

background-color css

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

 a { background-color: rgb(235,138,170); }

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

border-color css

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

 span { border-color: rgb(235,138,170); }

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