Html Css Color HEX #EFA3F2 Plum

📋 copy color: '#EFA3F2'

red 239 ◦ green 163 ◦ blue 242

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

Shades of Plum #EFA3F2

Tints of Plum #EFA3F2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.31%

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

R = 37.11%
G = 25.31%
B = 37.58%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFA3F2 (or 0xEFA3F2) is known color: Plum. HEX triplet: EF, A3 and F2. RGB value is (239,163,242). Sum of RGB (Red+Green+Blue) = 239+163+242=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 163 (64.06% from 255 or 25.31% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3F2 is #105C0D. Grayscale: #C2C2C2. Windows color (decimal): -1072142 or 15901679. OLE color: 15901679.

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

Color convert

RGB 239 163 242 -
CMYK 0.01 0.33 0 0.05
HSL 297.72º 0.75% 0.79% -
HSV(B) 297.72º 0.33% 0.95% -
XYZ 64.72 50.96 90.43 -
YUV 194.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 239 163 242 0.01 0.33 0 0.05 297.72 0.75 0.79
Hex EF A3 F2 1 21 0 5 12A 4B 4F
Octal 357 243 362 1 41 0 5 452 113 117
Binary 11101111 10100011 11110010 1 100001 0 101 100101010 1001011 1001111

Color Harmonies of #EFA3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3F2

Black with #EFA3F2

Text Example


Text Example

White with #EFA3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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