Html Css Color HEX #EF8CAC Mauvelous

📋 copy color: '#EF8CAC'

red 239 ◦ green 140 ◦ blue 172

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

Shades of Mauvelous #EF8CAC

Tints of Mauvelous #EF8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.41%

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 43.38%
G = 25.41%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF8CAC (or 0xEF8CAC) is known color: Mauvelous. HEX triplet: EF, 8C and AC. RGB value is (239,140,172). Sum of RGB (Red+Green+Blue) = 239+140+172=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CAC is #107353. Grayscale: #ADADAD. Windows color (decimal): -1078100 or 11308271. OLE color: 11308271.

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

Color convert

RGB 239 140 172 -
CMYK 0 0.41 0.28 0.06
HSL 340.61º 0.76% 0.74% -
HSV(B) 340.61º 0.41% 0.94% -
XYZ 52.42 40.09 44 -
YUV 173.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 239 140 172 0 0.41 0.28 0.06 340.61 0.76 0.74
Hex EF 8C AC 0 29 1C 6 155 4C 4A
Octal 357 214 254 0 51 34 6 525 114 112
Binary 11101111 10001100 10101100 0 101001 11100 110 101010101 1001100 1001010

Color Harmonies of #EF8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CAC

Black with #EF8CAC

Text Example


Text Example

White with #EF8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CAC; }

 p { color: rgb(239,140,172); }

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

background-color css

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

 a { background-color: rgb(239,140,172); }

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

border-color css

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

 span { border-color: rgb(239,140,172); }

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