Html Css Color HEX #EF93AB Mauvelous

📋 copy color: '#EF93AB'

red 239 ◦ green 147 ◦ blue 171

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

Shades of Mauvelous #EF93AB

Tints of Mauvelous #EF93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.39%

 BLUE value IS 171 (67.19% from 255) = 30.7%

R = 42.91%
G = 26.39%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF93AB (or 0xEF93AB) is known color: Mauvelous. HEX triplet: EF, 93 and AB. RGB value is (239,147,171). Sum of RGB (Red+Green+Blue) = 239+147+171=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF93AB is #106C54. Grayscale: #B1B1B1. Windows color (decimal): -1076309 or 11244527. OLE color: 11244527.

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

Color convert

RGB 239 147 171 -
CMYK 0 0.38 0.28 0.06
HSL 344.35º 0.74% 0.76% -
HSV(B) 344.35º 0.38% 0.94% -
XYZ 53.38 42.16 43.85 -
YUV 177.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 239 147 171 0 0.38 0.28 0.06 344.35 0.74 0.76
Hex EF 93 AB 0 26 1C 6 158 4A 4C
Octal 357 223 253 0 46 34 6 530 112 114
Binary 11101111 10010011 10101011 0 100110 11100 110 101011000 1001010 1001100

Color Harmonies of #EF93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF93AB

Black with #EF93AB

Text Example


Text Example

White with #EF93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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