Html Css Color HEX #EFA4ED Plum

📋 copy color: '#EFA4ED'

red 239 ◦ green 164 ◦ blue 237

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

Shades of Plum #EFA4ED

Tints of Plum #EFA4ED

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.63%

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

R = 37.34%
G = 25.63%
B = 37.03%

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

#EFA4ED (or 0xEFA4ED) is known color: Plum. HEX triplet: EF, A4 and ED. RGB value is (239,164,237). Sum of RGB (Red+Green+Blue) = 239+164+237=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 164 (64.45% from 255 or 25.62% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4ED is #105B12. Grayscale: #C2C2C2. Windows color (decimal): -1071891 or 15574255. OLE color: 15574255.

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

Color convert

RGB 239 164 237 -
CMYK 0 0.31 0.01 0.06
HSL 301.6º 0.7% 0.79% -
HSV(B) 301.6º 0.31% 0.94% -
XYZ 64.16 51.02 86.59 -
YUV 194.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 239 164 237 0 0.31 0.01 0.06 301.6 0.7 0.79
Hex EF A4 ED 0 1F 1 6 12E 46 4F
Octal 357 244 355 0 37 1 6 456 106 117
Binary 11101111 10100100 11101101 0 11111 1 110 100101110 1000110 1001111

Color Harmonies of #EFA4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4ED

Black with #EFA4ED

Text Example


Text Example

White with #EFA4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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