Html Css Color HEX #EFA3F6 Plum

📋 copy color: '#EFA3F6'

red 239 ◦ green 163 ◦ blue 246

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

Shades of Plum #EFA3F6

Tints of Plum #EFA3F6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.15%

 BLUE value IS 246 (96.48% from 255) = 37.96%

R = 36.88%
G = 25.15%
B = 37.96%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFA3F6 (or 0xEFA3F6) is known color: Plum. HEX triplet: EF, A3 and F6. RGB value is (239,163,246). Sum of RGB (Red+Green+Blue) = 239+163+246=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 163 (64.06% from 255 or 25.15% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFA3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3F6 is #105C09. Grayscale: #C2C2C2. Windows color (decimal): -1072138 or 16163823. OLE color: 16163823.

HSL color Cylindrical-coordinate representation of color #EFA3F6: hue angle of 294.94º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA3F6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 163 246 -
CMYK 0.03 0.34 0 0.04
HSL 294.94º 0.82% 0.8% -
HSV(B) 294.94º 0.34% 0.96% -
XYZ 65.33 51.2 93.63 -
YUV 195.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 239 163 246 0.03 0.34 0 0.04 294.94 0.82 0.8
Hex EF A3 F6 3 22 0 4 127 52 50
Octal 357 243 366 3 42 0 4 447 122 120
Binary 11101111 10100011 11110110 11 100010 0 100 100100111 1010010 1010000

Color Harmonies of #EFA3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3F6

Black with #EFA3F6

Text Example


Text Example

White with #EFA3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3F6; }

 p { color: rgb(239,163,246); }

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

background-color css

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

 a { background-color: rgb(239,163,246); }

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

border-color css

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

 span { border-color: rgb(239,163,246); }

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