Html Css Color HEX #EF8EA2 Mauvelous

📋 copy color: '#EF8EA2'

red 239 ◦ green 142 ◦ blue 162

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

Shades of Mauvelous #EF8EA2

Tints of Mauvelous #EF8EA2

RGB

 RED value IS 239 (93.75% from 255) = 44.01%

 GREEN value IS 142 (55.86% from 255) = 26.15%

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

R = 44.01%
G = 26.15%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF8EA2 (or 0xEF8EA2) is known color: Mauvelous. HEX triplet: EF, 8E and A2. RGB value is (239,142,162). Sum of RGB (Red+Green+Blue) = 239+142+162=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EA2 is #10715D. Grayscale: #ADADAD. Windows color (decimal): -1077598 or 10653423. OLE color: 10653423.

HSL color Cylindrical-coordinate representation of color #EF8EA2: hue angle of 347.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8EA2 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 142 162 -
CMYK 0 0.41 0.32 0.06
HSL 347.63º 0.75% 0.75% -
HSV(B) 347.63º 0.41% 0.94% -
XYZ 51.79 40.31 39.23 -
YUV 173.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 239 142 162 0 0.41 0.32 0.06 347.63 0.75 0.75
Hex EF 8E A2 0 29 20 6 15C 4B 4B
Octal 357 216 242 0 51 40 6 534 113 113
Binary 11101111 10001110 10100010 0 101001 100000 110 101011100 1001011 1001011

Color Harmonies of #EF8EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EA2

Black with #EF8EA2

Text Example


Text Example

White with #EF8EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EA2; }

 p { color: rgb(239,142,162); }

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

background-color css

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

 a { background-color: rgb(239,142,162); }

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

border-color css

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

 span { border-color: rgb(239,142,162); }

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