Html Css Color HEX #EFA6F3 Plum

📋 copy color: '#EFA6F3'

red 239 ◦ green 166 ◦ blue 243

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

Shades of Plum #EFA6F3

Tints of Plum #EFA6F3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.62%

 BLUE value IS 243 (95.31% from 255) = 37.5%

R = 36.88%
G = 25.62%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFA6F3 (or 0xEFA6F3) is known color: Plum. HEX triplet: EF, A6 and F3. RGB value is (239,166,243). Sum of RGB (Red+Green+Blue) = 239+166+243=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 166 (65.23% from 255 or 25.62% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6F3 is #10590C. Grayscale: #C4C4C4. Windows color (decimal): -1071373 or 15967983. OLE color: 15967983.

HSL color Cylindrical-coordinate representation of color #EFA6F3: hue angle of 296.88º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA6F3 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 166 243 -
CMYK 0.02 0.32 0 0.05
HSL 296.88º 0.76% 0.8% -
HSV(B) 296.88º 0.32% 0.95% -
XYZ 65.41 52.09 91.4 -
YUV 196.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 239 166 243 0.02 0.32 0 0.05 296.88 0.76 0.8
Hex EF A6 F3 2 20 0 5 129 4C 50
Octal 357 246 363 2 40 0 5 451 114 120
Binary 11101111 10100110 11110011 10 100000 0 101 100101001 1001100 1010000

Color Harmonies of #EFA6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6F3

Black with #EFA6F3

Text Example


Text Example

White with #EFA6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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