Html Css Color HEX #EFA4F1 Plum

📋 copy color: '#EFA4F1'

red 239 ◦ green 164 ◦ blue 241

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

Shades of Plum #EFA4F1

Tints of Plum #EFA4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 37.11%
G = 25.47%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFA4F1 (or 0xEFA4F1) is known color: Plum. HEX triplet: EF, A4 and F1. RGB value is (239,164,241). Sum of RGB (Red+Green+Blue) = 239+164+241=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4F1 is #105B0E. Grayscale: #C2C2C2. Windows color (decimal): -1071887 or 15836399. OLE color: 15836399.

HSL color Cylindrical-coordinate representation of color #EFA4F1: hue angle of 298.44º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA4F1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 164 241 -
CMYK 0.01 0.32 0 0.05
HSL 298.44º 0.73% 0.79% -
HSV(B) 298.44º 0.32% 0.95% -
XYZ 64.75 51.25 89.7 -
YUV 195.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 239 164 241 0.01 0.32 0 0.05 298.44 0.73 0.79
Hex EF A4 F1 1 20 0 5 12A 49 4F
Octal 357 244 361 1 40 0 5 452 111 117
Binary 11101111 10100100 11110001 1 100000 0 101 100101010 1001001 1001111

Color Harmonies of #EFA4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4F1

Black with #EFA4F1

Text Example


Text Example

White with #EFA4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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