Html Css Color HEX #EFA2EE Plum

📋 copy color: '#EFA2EE'

red 239 ◦ green 162 ◦ blue 238

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

Shades of Plum #EFA2EE

Tints of Plum #EFA2EE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.35%

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

R = 37.4%
G = 25.35%
B = 37.25%

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

#EFA2EE (or 0xEFA2EE) is known color: Plum. HEX triplet: EF, A2 and EE. RGB value is (239,162,238). Sum of RGB (Red+Green+Blue) = 239+162+238=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 162 (63.67% from 255 or 25.35% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2EE is #105D11. Grayscale: #C1C1C1. Windows color (decimal): -1072402 or 15639279. OLE color: 15639279.

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

Color convert

RGB 239 162 238 -
CMYK 0 0.32 0.00 0.06
HSL 300.78º 0.71% 0.79% -
HSV(B) 300.78º 0.32% 0.94% -
XYZ 63.95 50.36 87.24 -
YUV 193.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 239 162 238 0 0.32 0.00 0.06 300.78 0.71 0.79
Hex EF A2 EE 0 20 0 6 12D 47 4F
Octal 357 242 356 0 40 0 6 455 107 117
Binary 11101111 10100010 11101110 0 100000 0 110 100101101 1000111 1001111

Color Harmonies of #EFA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2EE

Black with #EFA2EE

Text Example


Text Example

White with #EFA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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