Html Css Color HEX #EFA4EE Plum

📋 copy color: '#EFA4EE'

red 239 ◦ green 164 ◦ blue 238

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

Shades of Plum #EFA4EE

Tints of Plum #EFA4EE

RGB

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

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

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

R = 37.29%
G = 25.59%
B = 37.13%

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

#EFA4EE (or 0xEFA4EE) is known color: Plum. HEX triplet: EF, A4 and EE. RGB value is (239,164,238). Sum of RGB (Red+Green+Blue) = 239+164+238=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4EE is #105B11. Grayscale: #C2C2C2. Windows color (decimal): -1071890 or 15639791. OLE color: 15639791.

HSL color Cylindrical-coordinate representation of color #EFA4EE: hue angle of 300.8º 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 #EFA4EE is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 164 238 -
CMYK 0 0.31 0.00 0.06
HSL 300.8º 0.7% 0.79% -
HSV(B) 300.8º 0.31% 0.94% -
XYZ 64.3 51.07 87.36 -
YUV 194.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 239 164 238 0 0.31 0.00 0.06 300.8 0.7 0.79
Hex EF A4 EE 0 1F 0 6 12D 46 4F
Octal 357 244 356 0 37 0 6 455 106 117
Binary 11101111 10100100 11101110 0 11111 0 110 100101101 1000110 1001111

Color Harmonies of #EFA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4EE

Black with #EFA4EE

Text Example


Text Example

White with #EFA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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