Html Css Color HEX #EFA5ED Plum

📋 copy color: '#EFA5ED'

red 239 ◦ green 165 ◦ blue 237

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

Shades of Plum #EFA5ED

Tints of Plum #EFA5ED

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.74%

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

R = 37.29%
G = 25.74%
B = 36.97%

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

#EFA5ED (or 0xEFA5ED) is known color: Plum. HEX triplet: EF, A5 and ED. RGB value is (239,165,237). Sum of RGB (Red+Green+Blue) = 239+165+237=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5ED is #105A12. Grayscale: #C3C3C3. Windows color (decimal): -1071635 or 15574511. OLE color: 15574511.

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

Color convert

RGB 239 165 237 -
CMYK 0 0.31 0.01 0.06
HSL 301.62º 0.7% 0.79% -
HSV(B) 301.62º 0.31% 0.94% -
XYZ 64.34 51.38 86.65 -
YUV 195.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 239 165 237 0 0.31 0.01 0.06 301.62 0.7 0.79
Hex EF A5 ED 0 1F 1 6 12E 46 4F
Octal 357 245 355 0 37 1 6 456 106 117
Binary 11101111 10100101 11101101 0 11111 1 110 100101110 1000110 1001111

Color Harmonies of #EFA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5ED

Black with #EFA5ED

Text Example


Text Example

White with #EFA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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