Html Css Color HEX #EFA6ED Plum

📋 copy color: '#EFA6ED'

red 239 ◦ green 166 ◦ blue 237

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

Shades of Plum #EFA6ED

Tints of Plum #EFA6ED

RGB

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

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

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

R = 37.23%
G = 25.86%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFA6ED (or 0xEFA6ED) is known color: Plum. HEX triplet: EF, A6 and ED. RGB value is (239,166,237). Sum of RGB (Red+Green+Blue) = 239+166+237=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 166 (65.23% from 255 or 25.86% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6ED is #105912. Grayscale: #C3C3C3. Windows color (decimal): -1071379 or 15574767. OLE color: 15574767.

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

Color convert

RGB 239 166 237 -
CMYK 0 0.31 0.01 0.06
HSL 301.64º 0.7% 0.79% -
HSV(B) 301.64º 0.31% 0.94% -
XYZ 64.52 51.74 86.71 -
YUV 195.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 239 166 237 0 0.31 0.01 0.06 301.64 0.7 0.79
Hex EF A6 ED 0 1F 1 6 12E 46 4F
Octal 357 246 355 0 37 1 6 456 106 117
Binary 11101111 10100110 11101101 0 11111 1 110 100101110 1000110 1001111

Color Harmonies of #EFA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6ED

Black with #EFA6ED

Text Example


Text Example

White with #EFA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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