Html Css Color HEX #EFA9F2 Plum

📋 copy color: '#EFA9F2'

red 239 ◦ green 169 ◦ blue 242

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

Shades of Plum #EFA9F2

Tints of Plum #EFA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26%

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 36.77%
G = 26%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFA9F2 (or 0xEFA9F2) is known color: Plum. HEX triplet: EF, A9 and F2. RGB value is (239,169,242). Sum of RGB (Red+Green+Blue) = 239+169+242=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9F2 is #10560D. Grayscale: #C6C6C6. Windows color (decimal): -1070606 or 15903215. OLE color: 15903215.

HSL color Cylindrical-coordinate representation of color #EFA9F2: hue angle of 297.53º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA9F2 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 169 242 -
CMYK 0.01 0.30 0 0.05
HSL 297.53º 0.74% 0.81% -
HSV(B) 297.53º 0.3% 0.95% -
XYZ 65.81 53.14 90.79 -
YUV 198.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 239 169 242 0.01 0.30 0 0.05 297.53 0.74 0.81
Hex EF A9 F2 1 1E 0 5 12A 4A 51
Octal 357 251 362 1 36 0 5 452 112 121
Binary 11101111 10101001 11110010 1 11110 0 101 100101010 1001010 1010001

Color Harmonies of #EFA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9F2

Black with #EFA9F2

Text Example


Text Example

White with #EFA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9F2; }

 p { color: rgb(239,169,242); }

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

background-color css

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

 a { background-color: rgb(239,169,242); }

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

border-color css

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

 span { border-color: rgb(239,169,242); }

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