Html Css Color HEX #EFACF1 Plum

📋 copy color: '#EFACF1'

red 239 ◦ green 172 ◦ blue 241

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

Shades of Plum #EFACF1

Tints of Plum #EFACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.38%

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

R = 36.66%
G = 26.38%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFACF1 (or 0xEFACF1) is known color: Plum. HEX triplet: EF, AC and F1. RGB value is (239,172,241). Sum of RGB (Red+Green+Blue) = 239+172+241=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACF1 is #10530E. Grayscale: #C7C7C7. Windows color (decimal): -1069839 or 15838447. OLE color: 15838447.

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

Color convert

RGB 239 172 241 -
CMYK 0.01 0.29 0 0.05
HSL 298.26º 0.71% 0.81% -
HSV(B) 298.26º 0.29% 0.95% -
XYZ 66.23 54.21 90.19 -
YUV 199.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 239 172 241 0.01 0.29 0 0.05 298.26 0.71 0.81
Hex EF AC F1 1 1D 0 5 12A 47 51
Octal 357 254 361 1 35 0 5 452 107 121
Binary 11101111 10101100 11110001 1 11101 0 101 100101010 1000111 1010001

Color Harmonies of #EFACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACF1

Black with #EFACF1

Text Example


Text Example

White with #EFACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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