Html Css Color HEX #EB8FA2 Mauvelous

📋 copy color: '#EB8FA2'

red 235 ◦ green 143 ◦ blue 162

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

Shades of Mauvelous #EB8FA2

Tints of Mauvelous #EB8FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.48%

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

R = 43.52%
G = 26.48%
B = 30%

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

#EB8FA2 (or 0xEB8FA2) is known color: Mauvelous. HEX triplet: EB, 8F and A2. RGB value is (235,143,162). Sum of RGB (Red+Green+Blue) = 235+143+162=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8FA2 is #14705D. Grayscale: #ACACAC. Windows color (decimal): -1339486 or 10653675. OLE color: 10653675.

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

Color convert

RGB 235 143 162 -
CMYK 0 0.39 0.31 0.08
HSL 347.61º 0.7% 0.74% -
HSV(B) 347.61º 0.39% 0.92% -
XYZ 50.61 39.92 39.22 -
YUV 172.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 235 143 162 0 0.39 0.31 0.08 347.61 0.7 0.74
Hex EB 8F A2 0 27 1F 8 15C 46 4A
Octal 353 217 242 0 47 37 10 534 106 112
Binary 11101011 10001111 10100010 0 100111 11111 1000 101011100 1000110 1001010

Color Harmonies of #EB8FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8FA2

Black with #EB8FA2

Text Example


Text Example

White with #EB8FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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