Html Css Color HEX #EFA6EE Plum

📋 copy color: '#EFA6EE'

red 239 ◦ green 166 ◦ blue 238

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

Shades of Plum #EFA6EE

Tints of Plum #EFA6EE

RGB

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

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

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

R = 37.17%
G = 25.82%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFA6EE (or 0xEFA6EE) is known color: Plum. HEX triplet: EF, A6 and EE. RGB value is (239,166,238). Sum of RGB (Red+Green+Blue) = 239+166+238=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6EE is #105911. Grayscale: #C3C3C3. Windows color (decimal): -1071378 or 15640303. OLE color: 15640303.

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

Color convert

RGB 239 166 238 -
CMYK 0 0.31 0.00 0.06
HSL 300.82º 0.7% 0.79% -
HSV(B) 300.82º 0.31% 0.94% -
XYZ 64.67 51.8 87.48 -
YUV 196.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 239 166 238 0 0.31 0.00 0.06 300.82 0.7 0.79
Hex EF A6 EE 0 1F 0 6 12D 46 4F
Octal 357 246 356 0 37 0 6 455 106 117
Binary 11101111 10100110 11101110 0 11111 0 110 100101101 1000110 1001111

Color Harmonies of #EFA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6EE

Black with #EFA6EE

Text Example


Text Example

White with #EFA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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