Html Css Color HEX #EF8CA6 Mauvelous

📋 copy color: '#EF8CA6'

red 239 ◦ green 140 ◦ blue 166

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

Shades of Mauvelous #EF8CA6

Tints of Mauvelous #EF8CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 43.85%
G = 25.69%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF8CA6 (or 0xEF8CA6) is known color: Mauvelous. HEX triplet: EF, 8C and A6. RGB value is (239,140,166). Sum of RGB (Red+Green+Blue) = 239+140+166=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8CA6 is #107359. Grayscale: #ACACAC. Windows color (decimal): -1078106 or 10915055. OLE color: 10915055.

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

Color convert

RGB 239 140 166 -
CMYK 0 0.41 0.31 0.06
HSL 344.24º 0.76% 0.74% -
HSV(B) 344.24º 0.41% 0.94% -
XYZ 51.86 39.86 41.04 -
YUV 172.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 239 140 166 0 0.41 0.31 0.06 344.24 0.76 0.74
Hex EF 8C A6 0 29 1F 6 158 4C 4A
Octal 357 214 246 0 51 37 6 530 114 112
Binary 11101111 10001100 10100110 0 101001 11111 110 101011000 1001100 1001010

Color Harmonies of #EF8CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CA6

Black with #EF8CA6

Text Example


Text Example

White with #EF8CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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