Html Css Color HEX #EB8BA2 Mauvelous

📋 copy color: '#EB8BA2'

red 235 ◦ green 139 ◦ blue 162

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

Shades of Mauvelous #EB8BA2

Tints of Mauvelous #EB8BA2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.93%

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

R = 43.84%
G = 25.93%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB8BA2 (or 0xEB8BA2) is known color: Mauvelous. HEX triplet: EB, 8B and A2. RGB value is (235,139,162). Sum of RGB (Red+Green+Blue) = 235+139+162=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8BA2 is #14745D. Grayscale: #AAAAAA. Windows color (decimal): -1340510 or 10652651. OLE color: 10652651.

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

Color convert

RGB 235 139 162 -
CMYK 0 0.41 0.31 0.08
HSL 345.63º 0.71% 0.73% -
HSV(B) 345.63º 0.41% 0.92% -
XYZ 50.02 38.74 39.02 -
YUV 170.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 235 139 162 0 0.41 0.31 0.08 345.63 0.71 0.73
Hex EB 8B A2 0 29 1F 8 15A 47 49
Octal 353 213 242 0 51 37 10 532 107 111
Binary 11101011 10001011 10100010 0 101001 11111 1000 101011010 1000111 1001001

Color Harmonies of #EB8BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BA2

Black with #EB8BA2

Text Example


Text Example

White with #EB8BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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