Html Css Color HEX #EF8CAB Mauvelous

📋 copy color: '#EF8CAB'

red 239 ◦ green 140 ◦ blue 171

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

Shades of Mauvelous #EF8CAB

Tints of Mauvelous #EF8CAB

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 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

#EF8CAB (or 0xEF8CAB) is known color: 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

RGB 239 140 171 -
CMYK 0 0.41 0.28 0.06
HSL 341.21º 0.76% 0.74% -
HSV(B) 341.21º 0.41% 0.94% -
XYZ 52.33 40.05 43.5 -
YUV 173.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 239 140 171 0 0.41 0.28 0.06 341.21 0.76 0.74
Hex EF 8C AB 0 29 1C 6 155 4C 4A
Octal 357 214 253 0 51 34 6 525 114 112
Binary 11101111 10001100 10101011 0 101001 11100 110 101010101 1001100 1001010

Color Harmonies of #EF8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8CAB

Black with #EF8CAB

Text Example


Text Example

White with #EF8CAB

Text Example


Text Example

HTML Codes & Css Web 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>