Html Css Color HEX #EFA3ED Plum

📋 copy color: '#EFA3ED'

red 239 ◦ green 163 ◦ blue 237

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

Shades of Plum #EFA3ED

Tints of Plum #EFA3ED

RGB

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

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

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

R = 37.4%
G = 25.51%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFA3ED (or 0xEFA3ED) is known color: Plum. HEX triplet: EF, A3 and ED. RGB value is (239,163,237). Sum of RGB (Red+Green+Blue) = 239+163+237=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 163 (64.06% from 255 or 25.51% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3ED is #105C12. Grayscale: #C1C1C1. Windows color (decimal): -1072147 or 15573999. OLE color: 15573999.

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

Color convert

RGB 239 163 237 -
CMYK 0 0.32 0.01 0.06
HSL 301.58º 0.7% 0.79% -
HSV(B) 301.58º 0.32% 0.94% -
XYZ 63.98 50.66 86.53 -
YUV 194.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 239 163 237 0 0.32 0.01 0.06 301.58 0.7 0.79
Hex EF A3 ED 0 20 1 6 12E 46 4F
Octal 357 243 355 0 40 1 6 456 106 117
Binary 11101111 10100011 11101101 0 100000 1 110 100101110 1000110 1001111

Color Harmonies of #EFA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3ED

Black with #EFA3ED

Text Example


Text Example

White with #EFA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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