Html Css Color HEX #EFA1ED Plum

📋 copy color: '#EFA1ED'

red 239 ◦ green 161 ◦ blue 237

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

Shades of Plum #EFA1ED

Tints of Plum #EFA1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.27%

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 37.52%
G = 25.27%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFA1ED (or 0xEFA1ED) is known color: Plum. HEX triplet: EF, A1 and ED. RGB value is (239,161,237). Sum of RGB (Red+Green+Blue) = 239+161+237=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1ED is #105E12. Grayscale: #C0C0C0. Windows color (decimal): -1072659 or 15573487. OLE color: 15573487.

HSL color Cylindrical-coordinate representation of color #EFA1ED: hue angle of 301.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1ED is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 237 -
CMYK 0 0.33 0.01 0.06
HSL 301.54º 0.71% 0.78% -
HSV(B) 301.54º 0.33% 0.94% -
XYZ 63.63 49.95 86.41 -
YUV 192.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 239 161 237 0 0.33 0.01 0.06 301.54 0.71 0.78
Hex EF A1 ED 0 21 1 6 12E 47 4E
Octal 357 241 355 0 41 1 6 456 107 116
Binary 11101111 10100001 11101101 0 100001 1 110 100101110 1000111 1001110

Color Harmonies of #EFA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1ED

Black with #EFA1ED

Text Example


Text Example

White with #EFA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1ED; }

 p { color: rgb(239,161,237); }

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

background-color css

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

 a { background-color: rgb(239,161,237); }

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

border-color css

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

 span { border-color: rgb(239,161,237); }

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