Html Css Color HEX #EFA4FF Mauve

📋 copy color: '#EFA4FF'

red 239 ◦ green 164 ◦ blue 255

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

Shades of Mauve #EFA4FF

Tints of Mauve #EFA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.92%

 BLUE value IS 255 (100% from 255) = 38.75%

R = 36.32%
G = 24.92%
B = 38.75%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFA4FF (or 0xEFA4FF) is known color: Mauve. HEX triplet: EF, A4 and FF. RGB value is (239,164,255). Sum of RGB (Red+Green+Blue) = 239+164+255=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 164 (64.45% from 255 or 24.92% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4FF is #105B00. Grayscale: #C4C4C4. Windows color (decimal): -1071873 or 16753903. OLE color: 16753903.

HSL color Cylindrical-coordinate representation of color #EFA4FF: hue angle of 289.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA4FF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 164 255 -
CMYK 0.06 0.36 0 0
HSL 289.45º 1% 0.82% -
HSV(B) 289.45º 0.36% 1% -
XYZ 66.92 52.12 101.14 -
YUV 196.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 239 164 255 0.06 0.36 0 0 289.45 1 0.82
Hex EF A4 FF 6 24 0 0 121 64 52
Octal 357 244 377 6 44 0 0 441 144 122
Binary 11101111 10100100 11111111 110 100100 0 0 100100001 1100100 1010010

Color Harmonies of #EFA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4FF

Black with #EFA4FF

Text Example


Text Example

White with #EFA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4FF; }

 p { color: rgb(239,164,255); }

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

background-color css

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

 a { background-color: rgb(239,164,255); }

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

border-color css

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

 span { border-color: rgb(239,164,255); }

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