Html Css Color HEX #EFA8F2 Plum

📋 copy color: '#EFA8F2'

red 239 ◦ green 168 ◦ blue 242

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

Shades of Plum #EFA8F2

Tints of Plum #EFA8F2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.89%

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

R = 36.83%
G = 25.89%
B = 37.29%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFA8F2 (or 0xEFA8F2) is known color: Plum. HEX triplet: EF, A8 and F2. RGB value is (239,168,242). Sum of RGB (Red+Green+Blue) = 239+168+242=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFA8F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F2 is #10570D. Grayscale: #C5C5C5. Windows color (decimal): -1070862 or 15902959. OLE color: 15902959.

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

Color convert

RGB 239 168 242 -
CMYK 0.01 0.31 0 0.05
HSL 297.57º 0.74% 0.8% -
HSV(B) 297.57º 0.31% 0.95% -
XYZ 65.63 52.77 90.73 -
YUV 197.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 239 168 242 0.01 0.31 0 0.05 297.57 0.74 0.8
Hex EF A8 F2 1 1F 0 5 12A 4A 50
Octal 357 250 362 1 37 0 5 452 112 120
Binary 11101111 10101000 11110010 1 11111 0 101 100101010 1001010 1010000

Color Harmonies of #EFA8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8F2

Black with #EFA8F2

Text Example


Text Example

White with #EFA8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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