Html Css Color HEX #EF8DA0 Mauvelous

📋 copy color: '#EF8DA0'

red 239 ◦ green 141 ◦ blue 160

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

Shades of Mauvelous #EF8DA0

Tints of Mauvelous #EF8DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 44.26%
G = 26.11%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF8DA0 (or 0xEF8DA0) is known color: Mauvelous. HEX triplet: EF, 8D and A0. RGB value is (239,141,160). Sum of RGB (Red+Green+Blue) = 239+141+160=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8DA0 is #10725F. Grayscale: #ACACAC. Windows color (decimal): -1077856 or 10522095. OLE color: 10522095.

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

Color convert

RGB 239 141 160 -
CMYK 0 0.41 0.33 0.06
HSL 348.37º 0.75% 0.75% -
HSV(B) 348.37º 0.41% 0.94% -
XYZ 51.47 39.94 38.25 -
YUV 172.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 239 141 160 0 0.41 0.33 0.06 348.37 0.75 0.75
Hex EF 8D A0 0 29 21 6 15C 4B 4B
Octal 357 215 240 0 51 41 6 534 113 113
Binary 11101111 10001101 10100000 0 101001 100001 110 101011100 1001011 1001011

Color Harmonies of #EF8DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DA0

Black with #EF8DA0

Text Example


Text Example

White with #EF8DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DA0; }

 p { color: rgb(239,141,160); }

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

background-color css

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

 a { background-color: rgb(239,141,160); }

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

border-color css

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

 span { border-color: rgb(239,141,160); }

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