Html Css Color HEX #EF8EA8 Mauvelous

📋 copy color: '#EF8EA8'

red 239 ◦ green 142 ◦ blue 168

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

Shades of Mauvelous #EF8EA8

Tints of Mauvelous #EF8EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.6%

R = 43.53%
G = 25.87%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF8EA8 (or 0xEF8EA8) is known color: Mauvelous. HEX triplet: EF, 8E and A8. RGB value is (239,142,168). Sum of RGB (Red+Green+Blue) = 239+142+168=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8EA8 is #107157. Grayscale: #ADADAD. Windows color (decimal): -1077592 or 11046639. OLE color: 11046639.

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

Color convert

RGB 239 142 168 -
CMYK 0 0.41 0.30 0.06
HSL 343.92º 0.75% 0.75% -
HSV(B) 343.92º 0.41% 0.94% -
XYZ 52.34 40.52 42.11 -
YUV 173.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 239 142 168 0 0.41 0.30 0.06 343.92 0.75 0.75
Hex EF 8E A8 0 29 1E 6 158 4B 4B
Octal 357 216 250 0 51 36 6 530 113 113
Binary 11101111 10001110 10101000 0 101001 11110 110 101011000 1001011 1001011

Color Harmonies of #EF8EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EA8

Black with #EF8EA8

Text Example


Text Example

White with #EF8EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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