#EF8CAA

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

Shades of Mauvelous #EF8CAA

Tints of Mauvelous #EF8CAA

Color information

#EF8CAA (or 0xEF8CAA) is unknown color: approx Mauvelous. HEX triplet: EF, 8C and AA. RGB value is (239,140,170). Sum of RGB (Red+Green+Blue) = 239+140+170=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CAA is #107355. Grayscale: #ADADAD. Windows color (decimal): -1078102 or 11177199. OLE color: 11177199.

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

Color convert

RGB239140170-
CMYK00.410.290.06
HSL341.82º75.57%74.31%-
HSV(B)341.82º41.42%93.73%-
XYZ52.2340.0143-
YUV173.02126.3175.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=43.53%
G=25.50%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914017000.410.290.06341.8275.5774.31
HexEF8CAA0291D61564c4a
Octal357214252051356526114112
Binary11101111100011001010101001010011110111010101011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CAA; }

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

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

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

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

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

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

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

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