Html Css Color HEX #EB8DA2 Mauvelous

📋 copy color: '#EB8DA2'

red 235 ◦ green 141 ◦ blue 162

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

Shades of Mauvelous #EB8DA2

Tints of Mauvelous #EB8DA2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

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

R = 43.68%
G = 26.21%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB8DA2 (or 0xEB8DA2) is known color: Mauvelous. HEX triplet: EB, 8D and A2. RGB value is (235,141,162). Sum of RGB (Red+Green+Blue) = 235+141+162=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8DA2 is #14725D. Grayscale: #ABABAB. Windows color (decimal): -1339998 or 10653163. OLE color: 10653163.

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

Color convert

RGB 235 141 162 -
CMYK 0 0.4 0.31 0.08
HSL 346.6º 0.7% 0.74% -
HSV(B) 346.6º 0.4% 0.92% -
XYZ 50.31 39.32 39.12 -
YUV 171.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 235 141 162 0 0.4 0.31 0.08 346.6 0.7 0.74
Hex EB 8D A2 0 28 1F 8 15B 46 4A
Octal 353 215 242 0 50 37 10 533 106 112
Binary 11101011 10001101 10100010 0 101000 11111 1000 101011011 1000110 1001010

Color Harmonies of #EB8DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8DA2

Black with #EB8DA2

Text Example


Text Example

White with #EB8DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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