#EF8CAB

Color #EF8CAB Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #EF8CAB

Tints of Mauvelous #EF8CAB

Color information

#EF8CAB (or 0xEF8CAB) is unknown color: approx Mauvelous. HEX triplet: EF, 8C and AB. RGB value is (239,140,171). Sum of RGB (Red+Green+Blue) = 239+140+171=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CAB is #107354. Grayscale: #ADADAD. Windows color (decimal): -1078101 or 11242735. OLE color: 11242735.

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

Color convert

RGB239140171-
CMYK00.410.280.06
HSL341.21º75.57%74.31%-
HSV(B)341.21º41.42%93.73%-
XYZ52.3340.0543.5-
YUV173.14126.8174.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=43.45%
G=25.45%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914017100.410.280.06341.2175.5774.31
HexEF8CAB0291C61554c4a
Octal357214253051346525114112
Binary11101111100011001010101101010011110011010101010110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CAB; }

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

 H1.HeaderClassName
 {
   color: #EF8CAB;
 }
 .AnyTagClassName
 {
   color: #EF8CAB;
 }
</style>
background-color css

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

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

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

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

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

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