Html Css Color HEX #EFA3EE Plum

📋 copy color: '#EFA3EE'

red 239 ◦ green 163 ◦ blue 238

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

Shades of Plum #EFA3EE

Tints of Plum #EFA3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 37.34%
G = 25.47%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFA3EE (or 0xEFA3EE) is known color: Plum. HEX triplet: EF, A3 and EE. RGB value is (239,163,238). Sum of RGB (Red+Green+Blue) = 239+163+238=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 163 (64.06% from 255 or 25.47% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3EE is #105C11. Grayscale: #C2C2C2. Windows color (decimal): -1072146 or 15639535. OLE color: 15639535.

HSL color Cylindrical-coordinate representation of color #EFA3EE: hue angle of 300.79º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3EE is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 238 -
CMYK 0 0.32 0.00 0.06
HSL 300.79º 0.7% 0.79% -
HSV(B) 300.79º 0.32% 0.94% -
XYZ 64.13 50.72 87.3 -
YUV 194.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 239 163 238 0 0.32 0.00 0.06 300.79 0.7 0.79
Hex EF A3 EE 0 20 0 6 12D 46 4F
Octal 357 243 356 0 40 0 6 455 106 117
Binary 11101111 10100011 11101110 0 100000 0 110 100101101 1000110 1001111

Color Harmonies of #EFA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3EE

Black with #EFA3EE

Text Example


Text Example

White with #EFA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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